aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/gpsd.te
blob: 21f996c9b86464910e39af8c25bf0856d1b35a7b (plain)
1
2
3
4
5
6
7
# gpsd - GPS daemon
allow gpsd self:process { execmem };
allow gpsd sysfs_wake_lock:file { read write };

# TODO - Label with gps_data_file
allow gpsd system_data_file:dir { write add_name };
allow gpsd system_data_file:fifo_file { create setattr write open };