gpsd.te 313 Bytes
Newer Older
Stephen Smalley's avatar
Stephen Smalley committed
1 2
# gpsd - GPS daemon
type gpsd, domain;
3
permissive gpsd;
Stephen Smalley's avatar
Stephen Smalley committed
4 5 6 7
type gpsd_exec, exec_type, file_type;

init_daemon_domain(gpsd)
net_domain(gpsd)
repo sync's avatar
repo sync committed
8
unconfined_domain(gpsd)
Stephen Smalley's avatar
Stephen Smalley committed
9 10 11
# Socket is created by the daemon, not by init, and under /data/gps,
# not under /dev/socket.
type_transition gpsd gps_data_file:sock_file gps_socket;
12