Merge "sepolicy:gs101: allow init-insmod-sh to access sysfs_leds nodes" into sc-dev am: c134ed985a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14357213 Change-Id: Ie77154a8220419986654f288ece820c1edc56606
This commit is contained in:
commit
61f2e4ad4a
1 changed files with 1 additions and 0 deletions
1
whitechapel/vendor/google/init-insmod-sh.te
vendored
1
whitechapel/vendor/google/init-insmod-sh.te
vendored
|
@ -3,6 +3,7 @@ type init-insmod-sh_exec, vendor_file_type, exec_type, file_type;
|
|||
init_daemon_domain(init-insmod-sh)
|
||||
|
||||
allow init-insmod-sh self:capability sys_module;
|
||||
allow init-insmod-sh sysfs_leds:dir r_dir_perms;
|
||||
allow init-insmod-sh vendor_kernel_modules:system module_load;
|
||||
allow init-insmod-sh vendor_toolbox_exec:file execute_no_trans;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue