From ffdd0dc110f0b196c00fe0bce84b5939f22bd282 Mon Sep 17 00:00:00 2001 From: micky387 Date: Wed, 11 Jan 2017 21:02:17 +0100 Subject: [PATCH] Sepolicy: Add perm for find cmstatusbar 01-11 20:56:42.459 367 367 E SELinux : avc: denied { find } for service=cmstatusbar pid=4069 uid=10094 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:cm_status_bar_service:s0 tclass=service_manager permissive=0 Change-Id: I807db436c6e983244c08ca025d41d75d035dbc0f --- sepolicy/untrusted_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/untrusted_app.te b/sepolicy/untrusted_app.te index 5fde14fa..fcd57566 100644 --- a/sepolicy/untrusted_app.te +++ b/sepolicy/untrusted_app.te @@ -1 +1,2 @@ allow untrusted_app cm_weather_service:service_manager find; +allow untrusted_app cm_status_bar_service:service_manager find;