upload android base code part6
This commit is contained in:
parent
421e214c7d
commit
4e516ec6ed
35396 changed files with 9188716 additions and 0 deletions
14
android/system/sepolicy/public/slideshow.te
Normal file
14
android/system/sepolicy/public/slideshow.te
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue