diff --git a/non_plat/factory.te b/non_plat/factory.te index 47558e5..eed57ea 100644 --- a/non_plat/factory.te +++ b/non_plat/factory.te @@ -252,6 +252,8 @@ allow factory tmpfs:filesystem unmount; allow factory sysfs:dir { read open }; allow factory sysfs_leds:dir search; allow factory sysfs_leds:lnk_file read; +allow factory sysfs_leds:file rw_file_perms; +allow factory sysfs_leds:dir r_dir_perms; allow factory sysfs_vibrator:file {open read write}; allow factory ion_device:chr_file { read open ioctl }; allow factory debugfs_ion:dir search;