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;