Amit Pundir | 4c517ea | 2021-05-23 02:24:19 +0530 | [diff] [blame] | 1 | # audit2allow |
Caleb Connolly | b0addf4 | 2021-08-13 16:51:20 +0100 | [diff] [blame] | 2 | allow hal_light_default sysfs_lights:file { read open write }; |
3 | allow hal_light_default sysfs_lights:lnk_file { read }; | ||||
4 | allow hal_light_default sysfs_gpu:dir { search }; | ||||
5 | allow hal_light_default sysfs_gpu:file { read open write }; | ||||
6 | allow hal_light_default sysfs_lights:dir { open search read }; |