Dan Cashman | 91d398d | 2017-09-26 12:58:29 -0700 | [diff] [blame] | 1 | # slideshow seclabel is specified in init.rc since |
| 2 | # it lives in the rootfs and has no unique file type. |
| 3 | type slideshow, domain; |
| 4 | |
| 5 | allow slideshow kmsg_device:chr_file rw_file_perms; |
| 6 | wakelock_use(slideshow) |
| 7 | allow slideshow device:dir r_dir_perms; |
| 8 | allow slideshow self:capability sys_tty_config; |
| 9 | allow slideshow graphics_device:dir r_dir_perms; |
| 10 | allow slideshow graphics_device:chr_file rw_file_perms; |
| 11 | allow slideshow input_device:dir r_dir_perms; |
| 12 | allow slideshow input_device:chr_file r_file_perms; |
| 13 | allow slideshow tty_device:chr_file rw_file_perms; |
| 14 | |