slideshow.te 568 Bytes
Newer Older
1 2
# slideshow seclabel is specified in init.rc since
# it lives in the rootfs and has no unique file type.
3
type slideshow, domain, domain_deprecated;
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 10 11 12 13 14
allow slideshow graphics_device:dir r_dir_perms;
allow slideshow graphics_device:chr_file rw_file_perms;
allow slideshow input_device:dir r_dir_perms;
allow slideshow input_device:chr_file r_file_perms;
allow slideshow tty_device:chr_file rw_file_perms;