aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/gpsd.te
blob: 3022b98eaf7341362b8652ecf861630c026f8f42 (plain)
1
2
3
4
5
6
7
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;