diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-12 01:34:42 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-12 01:34:42 +0100 |
commit | 6b8eead0c0b677a0406c9258aafcd9ed46fe317f (patch) | |
tree | 111b21104ed27a43c9d3a82a706f87c9f5e4efa3 /sepolicy | |
parent | a2482c9b5db3dcb0db44ef3d7cd001da6d244fe9 (diff) | |
parent | c78b9d621b6f3e89ccca9ac3a49036c6104198c7 (diff) |
Merge branch 'staging/lineage-15.1' into lineage-15.1
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/hal_bluetooth_default.te | 2 | ||||
-rw-r--r-- | sepolicy/ims.te | 1 | ||||
-rw-r--r-- | sepolicy/location.te | 1 | ||||
-rw-r--r-- | sepolicy/system_app.te | 1 | ||||
-rw-r--r-- | sepolicy/vold.te | 1 |
5 files changed, 5 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/location.te b/sepolicy/location.te index 0e4623a..b9f963f 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1,3 +1,4 @@ allow location system_data_file:dir { write remove_name }; allow location system_data_file:sock_file { unlink create setattr }; allow location system_data_file:dir add_name; +allow location wcnss_prop:file read; 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 }; |