Sami Tolvanen | 9d87c64 | 2015-02-18 13:59:38 +0000 | [diff] [blame] | 1 | # slideshow seclabel is specified in init.rc since |
| 2 | # it lives in the rootfs and has no unique file type. |
Jeff Vander Stoep | fb87317 | 2016-09-11 21:30:10 -0700 | [diff] [blame] | 3 | type slideshow, domain; |
Sami Tolvanen | 9d87c64 | 2015-02-18 13:59:38 +0000 | [diff] [blame] | 4 | |
Nick Kralevich | e265197 | 2015-06-06 07:42:37 -0700 | [diff] [blame] | 5 | allow slideshow kmsg_device:chr_file rw_file_perms; |
Sami Tolvanen | 5895ffe | 2015-03-31 09:17:43 +0100 | [diff] [blame] | 6 | wakelock_use(slideshow) |
Sami Tolvanen | 9d87c64 | 2015-02-18 13:59:38 +0000 | [diff] [blame] | 7 | allow slideshow device:dir r_dir_perms; |
Benjamin Gordon | 9b2e0cb | 2017-11-09 15:51:26 -0700 | [diff] [blame] | 8 | allow slideshow self:global_capability_class_set sys_tty_config; |
Sami Tolvanen | 9d87c64 | 2015-02-18 13:59:38 +0000 | [diff] [blame] | 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 | |