1# slideshow seclabel is specified in init.rc since 2# it lives in the rootfs and has no unique file type. 3type slideshow, domain; 4 5allow slideshow kmsg_device:chr_file rw_file_perms; 6wakelock_use(slideshow) 7allow slideshow device:dir r_dir_perms; 8allow slideshow self:global_capability_class_set sys_tty_config; 9allow slideshow graphics_device:dir r_dir_perms; 10allow slideshow graphics_device:chr_file rw_file_perms; 11allow slideshow input_device:dir r_dir_perms; 12allow slideshow input_device:chr_file r_file_perms; 13allow slideshow tty_device:chr_file rw_file_perms; 14 15