blob: f52ddd95b713eaf81fea69d22c8b323747269c5f [file] [log] [blame]
# location - Location daemon
type location, domain;
type location_exec, exec_type, file_type;
init_daemon_domain(location)
net_domain(location)
# Socket is created by the daemon, not by init, and under /data/gps,
# not under /dev/socket.
type_transition location location_data_file:sock_file location_socket;
qmux_socket(location)
binder_use(location)
binder_call(location, system_server)
allow location location_data_file:dir rw_dir_perms;
allow location location_data_file:{ file fifo_file } create_file_perms;
allow location location_data_file:sock_file write;
allow location location_exec:file x_file_perms;
allow location location_socket:sock_file create_file_perms;
allow location self:capability { setuid setgid net_admin net_raw };
allow location self:{
socket
netlink_socket
} create_socket_perms;
unix_socket_connect(location, sensors, sensors)
allow location sensors_device:chr_file r_file_perms;
allow location sensors_socket:sock_file rw_file_perms;
allow location shell_exec:file rx_file_perms;
allow location system_server:unix_stream_socket { read write connectto};
# For interfacing with the device sensorservice
allow location sensorservice_service:service_manager find;
r_dir_file(location, rfs_shared_hlos_file)
dontaudit location domain:dir r_dir_perms;
r_dir_file(location, netmgrd)
#Allow access to netmgrd socket
netmgr_socket(location);