mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: sepolicy: Allow init to setattr on sysfs symlinks
* Required for sx9310_grip sensor.
This commit is contained in:
parent
a9f7ab090c
commit
d44c7bd9b8
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
allow init { domain -lmkd -crash_dump }:process noatsecure;
|
||||
allow init debugfs:file write;
|
||||
allow init sysfs:lnk_file setattr;
|
||||
|
|
Loading…
Reference in a new issue