diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/ims.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ims.te b/common/ims.te index 01714869..401ee51d 100644 --- a/common/ims.te +++ b/common/ims.te @@ -10,3 +10,6 @@ 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; |