mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm2886-commom: fix more sepolicy denial
Change-Id: Idb55755ced43fa48f12a9a7f1a7f7648f24cbd51
This commit is contained in:
parent
25a6078212
commit
a05beb8092
2 changed files with 6 additions and 0 deletions
3
sepolicy/common/hal_ir_default.te
Normal file
3
sepolicy/common/hal_ir_default.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
allow hal_ir_default sysfs_sec_ir:dir search;
|
||||
allow hal_ir_default sysfs_sec_ir:file { read write };
|
||||
allow hal_ir_default sysfs_sec_ir:file open;
|
|
@ -1,2 +1,5 @@
|
|||
allow hal_power_default sysfs_hal_pwr:file w_file_perms;
|
||||
allow hal_power_default sysfs:file { open write };
|
||||
allow hal_power_default sysfs_input:dir search;
|
||||
allow hal_power_default sysfs_input:file write;
|
||||
allow hal_power_default sysfs_input:file open;
|
||||
|
|
Loading…
Reference in a new issue