2015-02-18 14:59:38 +01:00
|
|
|
# slideshow seclabel is specified in init.rc since
|
|
|
|
# it lives in the rootfs and has no unique file type.
|
|
|
|
type slideshow, domain;
|
|
|
|
|
|
|
|
write_klog(slideshow)
|
2015-03-31 10:17:43 +02:00
|
|
|
wakelock_use(slideshow)
|
2015-02-18 14:59:38 +01:00
|
|
|
allow slideshow device:dir r_dir_perms;
|
|
|
|
allow slideshow self:capability { mknod sys_tty_config };
|
|
|
|
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;
|
|
|
|
|