sdm845-common: Fix neverallows

Change-Id: I9a73f72b9c5c01afbaf6c2f960c7e25ca923d90c
This commit is contained in:
Luca Stefani
2019-02-03 11:54:04 +01:00
parent 983f553701
commit eaa9bbce92
5 changed files with 23 additions and 7 deletions

View File

@@ -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 };