Lines Matching refs:location
2 type location, domain, domain_deprecated;
5 init_daemon_domain(location)
7 binder_use(location)
8 binder_call(location, per_mgr)
9 binder_call(location, system_server)
11 qmux_socket(location)
12 allow location system_server:unix_stream_socket { read write };
14 allow location location_data_file:dir rw_dir_perms;
15 allow location location_data_file:file create_file_perms;
16 allow location location_data_file:sock_file create_file_perms;
17 allow location location_exec:file x_file_perms;
18 allow location self:{
25 # create location socket location-mq-s
26 allow location location_data_file:sock_file { create setattr unlink };
31 allow location self:capability { setuid setgid net_admin net_raw };
34 allow location location_exec:file rx_file_perms;
37 allow location self:socket create_socket_perms;
39 allow location sensorservice_service:service_manager find;
43 allow location sysfs_ssr:dir r_dir_perms;
44 allow location sysfs_ssr:lnk_file read;