Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [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:global_capability_class_set 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 | |