micky387 | 8940de5 | 2019-08-13 22:05:12 +0200 | [diff] [blame^] | 1 | # Allow init to chown/chmod on pseudo files in /sys |
2 | allow init sysfs_touchscreen:file { rw_file_perms setattr }; | ||||
3 | allow init sysfs_gesture:file { rw_file_perms setattr }; | ||||
4 | |||||
LuK1337 | 6913595 | 2018-09-09 17:39:16 +0200 | [diff] [blame] | 5 | # Allow init to mount vendor configs |
6 | allow init vendor_configs_file:file mounton; |