summaryrefslogtreecommitdiffstats
path: root/selinux/system_server.te
blob: 5ae729d4fa4b1a8f636cdc099859433f26ee8c8a (plain)
1
2
3
4
5
6
allow system_server uhid_device:chr_file { read write ioctl open };
allow system_server sysfs_display:file { read write getattr open };
allow system_server efs_file:dir { search };
allow system_server efs_file:file { read open write };
allow system_server efs_device_file:dir search;
allow system_server fuse:dir search;