summaryrefslogtreecommitdiff
path: root/sepolicy/ims.te
blob: 9ae51dec7f4c7fbcbce8390db834da04e07f02a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type ims, domain;
type ims_exec, exec_type, file_type;

init_daemon_domain(ims)

permissive ims;

binder_use(ims)
set_prop(ims, qcom_ims_prop)

allow ims self:capability net_raw;

allow ims self:socket create_socket_perms;