aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/gpsd.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/gpsd.te')
-rw-r--r--selinux/gpsd.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/selinux/gpsd.te b/selinux/gpsd.te
index 853ec78..3022b98 100644
--- a/selinux/gpsd.te
+++ b/selinux/gpsd.te
@@ -2,3 +2,6 @@ domain_trans(init, rootfs, gpsd)
allow gpsd rild:unix_stream_socket connectto;
allow gpsd sysfs_wake_lock:file { read write open };
+allow gpsd gps_device:chr_file { read write ioctl open };
+# load SHIM libraries
+allow init gpsd:process noatsecure; \ No newline at end of file