Merge "Allow shell access on /dev/uhid node" am: 216b377d78
am: c1e8f82545
am: 45c4b14245
Change-Id: I6cb948d50f22f162d4b647259d12143cff7b61de
This commit is contained in:
commit
295a27a31c
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
typeattribute shell coredomain;
|
||||
|
||||
# allow shell input injection
|
||||
allow shell uhid_device:chr_file rw_file_perms;
|
||||
|
||||
# systrace support - allow atrace to run
|
||||
allow shell debugfs_tracing:dir r_dir_perms;
|
||||
allow shell debugfs_tracing:file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue