aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/gpsd.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/gpsd.te')
-rw-r--r--sepolicy/gpsd.te8
1 files changed, 0 insertions, 8 deletions
diff --git a/sepolicy/gpsd.te b/sepolicy/gpsd.te
deleted file mode 100644
index 6fabca6..0000000
--- a/sepolicy/gpsd.te
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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 };