sdm845-common: sepolicy: Allow init to chown/chmod on pseudo files in /sys
Change-Id: Idf9cca465b9db3cfc9714ce170c5bf965968f79d
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
# Allow init to mount wlan kernel module
|
# Allow init to mount wlan kernel module
|
||||||
allow init vendor_file:file mounton;
|
allow init vendor_file:file mounton;
|
||||||
|
|
||||||
|
# Allow init to chown/chmod on pseudo files in /sys
|
||||||
|
allow init sysfs_type:file { open read setattr };
|
||||||
|
|||||||
Reference in New Issue
Block a user