xref: /aosp_15_r20/system/sepolicy/prebuilts/api/30.0/public/slideshow.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Worker# slideshow seclabel is specified in init.rc since
2*e4a36f41SAndroid Build Coastguard Worker# it lives in the rootfs and has no unique file type.
3*e4a36f41SAndroid Build Coastguard Workertype slideshow, domain;
4*e4a36f41SAndroid Build Coastguard Worker
5*e4a36f41SAndroid Build Coastguard Workerallow slideshow kmsg_device:chr_file rw_file_perms;
6*e4a36f41SAndroid Build Coastguard Workerwakelock_use(slideshow)
7*e4a36f41SAndroid Build Coastguard Workerallow slideshow device:dir r_dir_perms;
8*e4a36f41SAndroid Build Coastguard Workerallow slideshow self:global_capability_class_set sys_tty_config;
9*e4a36f41SAndroid Build Coastguard Workerallow slideshow graphics_device:dir r_dir_perms;
10*e4a36f41SAndroid Build Coastguard Workerallow slideshow graphics_device:chr_file rw_file_perms;
11*e4a36f41SAndroid Build Coastguard Workerallow slideshow input_device:dir r_dir_perms;
12*e4a36f41SAndroid Build Coastguard Workerallow slideshow input_device:chr_file r_file_perms;
13*e4a36f41SAndroid Build Coastguard Workerallow slideshow tty_device:chr_file rw_file_perms;
14*e4a36f41SAndroid Build Coastguard Worker
15