platform_system_sepolicy/slideshow.te
Jeff Vander Stoep fb873176e4 slideshow: remove domain_deprecated attribute
No "granted" messages for the removed permissions observed in three
months of log audits.

Bug: 28760354
Change-Id: I7713a9ad9a1604b17119ecad4970e2aa46c15bd0
2016-09-11 21:30:10 -07:00

14 lines
549 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:capability 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;