sdm845-common: Fix neverallows
Change-Id: I9a73f72b9c5c01afbaf6c2f960c7e25ca923d90c
This commit is contained in:
parent
983f553701
commit
eaa9bbce92
5 changed files with 23 additions and 7 deletions
|
|
@ -5,4 +5,7 @@ allow init vendor_file:file mounton;
|
|||
allow init vendor_configs_file:file mounton;
|
||||
|
||||
# Allow init to chown/chmod on pseudo files in /sys
|
||||
allow init sysfs_type:file { open read setattr };
|
||||
allow init {
|
||||
sysfs_fpc_proximity
|
||||
sysfs_graphics
|
||||
}:file { open read setattr };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue