diff options
-rw-r--r-- | sepolicy/hal_bluetooth_default.te | 2 | ||||
-rw-r--r-- | sepolicy/ims.te | 1 | ||||
-rw-r--r-- | sepolicy/system_app.te | 1 | ||||
-rw-r--r-- | sepolicy/vold.te | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/sepolicy/hal_bluetooth_default.te b/sepolicy/hal_bluetooth_default.te index d7266e1..fbe2fb9 100644 --- a/sepolicy/hal_bluetooth_default.te +++ b/sepolicy/hal_bluetooth_default.te @@ -1,3 +1,3 @@ -allow hal_bluetooth_default bluetooth_data_file:dir search; +allow hal_bluetooth_default bluetooth_data_file:dir { search write }; allow hal_bluetooth_default bluetooth_data_file:file { append getattr open read write }; allow hal_bluetooth_default wcnss_filter:unix_stream_socket { connectto }; diff --git a/sepolicy/ims.te b/sepolicy/ims.te index d9d0cb0..00ed504 100644 --- a/sepolicy/ims.te +++ b/sepolicy/ims.te @@ -1 +1,2 @@ allow ims ims:capability net_raw; +allow ims ctl_default_prop:property_service set; diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te index 44c918c..7de707d 100644 --- a/sepolicy/system_app.te +++ b/sepolicy/system_app.te @@ -1,2 +1,3 @@ allow system_app sysfs_fpc_proximity:file rw_file_perms; allow system_app time_daemon:unix_stream_socket connectto; +allow system_app wificond:binder call; diff --git a/sepolicy/vold.te b/sepolicy/vold.te index d2533cb..ef3c943 100644 --- a/sepolicy/vold.te +++ b/sepolicy/vold.te @@ -1 +1,2 @@ allow vold persist_file:dir { ioctl open read }; +allow vold system_data_file:file { open }; |