afdfeeb506
Bug: n/a Test: n/a Change-Id: I11e6baaa45bcb01603fc06e8a16002727f4e5a00
14 lines
566 B
Text
14 lines
566 B
Text
# slideshow seclabel is specified in init.rc since
|
|
# it lives in the rootfs and has no unique file type.
|
|
type slideshow, domain;
|
|
|
|
allow slideshow kmsg_device:chr_file rw_file_perms;
|
|
wakelock_use(slideshow)
|
|
allow slideshow device:dir r_dir_perms;
|
|
allow slideshow self:global_capability_class_set 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;
|
|
|