aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/system_server.te
blob: cc0fbc41ce91344e38f561c3956ca372805f382c (plain)
1
2
3
4
5
6
7
allow system_server gps_data_file:fifo_file { create write read open setattr };
allow system_server self:capability sys_module;
allow system_server efs_file:dir search;
allow system_server efs_file:file { read write open };
allow system_server gps_data_file:file setattr;
allow system_server gps_data_file:dir { search write add_name };
allow system_server at_distributor:binder call;