Steven Moreland | 1ec710c | 2016-10-10 16:40:33 -0700 | [diff] [blame] | 1 | # call into system_server process (callbacks) |
2 | binder_call(hal_light, system_server) | ||||
Steven Moreland | 62aee3b | 2017-01-04 17:56:04 -0800 | [diff] [blame] | 3 | |
4 | allow hal_light sysfs_leds:lnk_file read; | ||||
5 | allow hal_light sysfs_leds:file rw_file_perms; | ||||
6 | allow hal_light sysfs_leds:dir r_dir_perms; |