From 122be7cc932ff60443d010dea47fd3eca274068a Mon Sep 17 00:00:00 2001 From: sb6596 Date: Tue, 27 Sep 2022 15:22:41 +0000 Subject: [PATCH] sm7325-common: Address motsettings denials Signed-off-by: sb6596 Change-Id: I76cd3eabe887c6a03504f44161d10d90ea291f40 --- sepolicy/private/service_contexts | 1 + sepolicy/private/system_server.te | 1 + 2 files changed, 2 insertions(+) create mode 100644 sepolicy/private/system_server.te diff --git a/sepolicy/private/service_contexts b/sepolicy/private/service_contexts index a51d140..ddc0d01 100644 --- a/sepolicy/private/service_contexts +++ b/sepolicy/private/service_contexts @@ -1,2 +1,3 @@ motoexttelephony u:object_r:mot_radio_service:s0 moto_ext_telephony.registry u:object_r:mot_system_service:s0 +motsettings u:object_r:mot_system_service:s0 diff --git a/sepolicy/private/system_server.te b/sepolicy/private/system_server.te new file mode 100644 index 0000000..5c18951 --- /dev/null +++ b/sepolicy/private/system_server.te @@ -0,0 +1 @@ +allow system_server mot_system_service:service_manager add;