aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/gpsd.te
blob: 6fabca6b4cf316ecf5ec12e54d1ee9908311d8c0 (plain)
1
2
3
4
5
6
7
8
# gpsd - GPS daemon
allow gpsd rild:unix_stream_socket { connectto };
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 };