77d4731e9d
This prevents denials from being generated by the base policy. Over time, these rules will be incrementally tightened to improve security. Change-Id: I4be1c987a5d69ac784a56d42fc2c9063c402de11
12 lines
313 B
Text
12 lines
313 B
Text
# gpsd - GPS daemon
|
|
type gpsd, domain;
|
|
permissive gpsd;
|
|
type gpsd_exec, exec_type, file_type;
|
|
|
|
init_daemon_domain(gpsd)
|
|
net_domain(gpsd)
|
|
unconfined_domain(gpsd)
|
|
# 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;
|
|
|