aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/system_server.te
blob: 555792e3d5215d957a332abb458a7d68e4291e6e (plain)
1
2
3
4
5
6
allow system_server self:capability sys_module;

allow system_server gps_data_file:dir search;
allow system_server gps_data_file:fifo_file { write read open setattr };

allow system_server efs_file:dir search;