sdm845-common: sepolicy: Allow init to chown/chmod on pseudo files in /sys
Change-Id: Idf9cca465b9db3cfc9714ce170c5bf965968f79d
This commit is contained in:
parent
647531678e
commit
1207730aa7
1 changed files with 3 additions and 0 deletions
|
@ -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 };
|
||||||
|
|
Loading…
Reference in a new issue