Amit Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 1 | # audit2allow |
2 | allow bootanim device:dir { open read }; | ||||
3 | allow bootanim gpu_device:chr_file { getattr ioctl map open read write }; | ||||
4 | allow bootanim sysfs_mdss:dir search; | ||||
5 | allow bootanim sysfs_mdss:file { getattr open read }; | ||||
6 | allow bootanim same_process_hal_file:file { execute getattr map open read }; |