xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/slideshow.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
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