sdm845-common: sepolicy: Allow init to chown/chmod on pseudo files in /sys

Change-Id: Idf9cca465b9db3cfc9714ce170c5bf965968f79d
This commit is contained in:
LuK1337 2018-09-02 18:15:49 +02:00 committed by Luca Stefani
parent 647531678e
commit 1207730aa7

View file

@ -1,2 +1,5 @@
# Allow init to mount wlan kernel module
allow init vendor_file:file mounton;
# Allow init to chown/chmod on pseudo files in /sys
allow init sysfs_type:file { open read setattr };