summaryrefslogtreecommitdiffstats
path: root/common/ims.te
blob: 401ee51d39021eb0607f729ed3c4238af26f5b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#integrated sensor process
type ims, domain;
type ims_exec, exec_type, file_type;

# Started by init
init_daemon_domain(ims)

allow radio ims_socket:sock_file { open read write };
allow ims ims_socket:sock_file { open read write };
allow ims property_socket:sock_file write;
allow ims servicemanager:binder call;
binder_use(ims)
unix_socket_connect(ims, property, init)
allow ims self:socket { read bind create write ioctl };
allow ims system_prop:property_service set;