Lines Matching refs:location
2 # which launches various other services supporting GPS & Wifi-RTT (LOWI) location
3 type location, domain;
6 init_daemon_domain(location)
10 allow location self:capability { net_admin };
11 auditallow location self:capability { net_admin };
13 allow location self:capability { setgid setuid };
15 hwbinder_use(location)
16 get_prop(location, hwservicemanager_prop)
17 allow location fwk_sensor_hwservice:hwservice_manager find;
18 binder_call(location, system_server)
19 allow location hal_wifi:unix_stream_socket { read write };
22 net_domain(location)
25 allow location self:netlink_generic_socket create_socket_perms_no_ioctl;
26 allow location self:netlink_socket create_socket_perms_no_ioctl;
27 allowxperm location self:udp_socket ioctl { SIOCGIFINDEX SIOCGIFHWADDR SIOCIWFIRSTPRIV_05 };
29 allow location self:socket create_socket_perms;
31 allowxperm location self:socket ioctl msm_sock_ipc_ioctls;
34 r_dir_file(location, sysfs_type)
36 dontaudit location kernel:system module_request;
38 allow location proc_net_type:file r_file_perms;
41 allow location location_exec:file rx_file_perms;
43 # /data/vendor/location
44 allow location location_data_file:dir create_dir_perms;
45 allow location location_data_file:{ file sock_file } create_file_perms;
48 allow location diag_device:chr_file rw_file_perms;