sdm845-common: sepolicy: Allow init to setattr sysfs_fod
Change-Id: I7780438d8c98fa0fb48acd4b66e3519586a7f6e7
This commit is contained in:
parent
4d3629f4a2
commit
c31ea05d44
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ allow init vendor_configs_file:dir mounton;
|
|||
|
||||
# Allow init to chown/chmod on pseudo files in /sys
|
||||
allow init {
|
||||
sysfs_fod
|
||||
sysfs_fpc_proximity
|
||||
sysfs_graphics
|
||||
}:file { open read setattr };
|
||||
|
|
Loading…
Reference in a new issue