diff --git a/sepolicy/private/radio.te b/sepolicy/private/radio.te index d187ca8e..7986425a 100644 --- a/sepolicy/private/radio.te +++ b/sepolicy/private/radio.te @@ -1,2 +1 @@ -allow radio uce_service:service_manager find; add_service(radio, qchook_service) diff --git a/sepolicy/private/service.te b/sepolicy/private/service.te index e5abcaab..43044dcd 100644 --- a/sepolicy/private/service.te +++ b/sepolicy/private/service.te @@ -1,3 +1,2 @@ type cne_service, service_manager_type; -type uce_service, service_manager_type; type qchook_service, service_manager_type; diff --git a/sepolicy/private/service_contexts b/sepolicy/private/service_contexts index 62f72485..d27bf4de 100644 --- a/sepolicy/private/service_contexts +++ b/sepolicy/private/service_contexts @@ -1,4 +1,3 @@ qti.ims.ext u:object_r:radio_service:s0 cneservice u:object_r:cne_service:s0 -uce u:object_r:uce_service:s0 qchook u:object_r:qchook_service:s0