From 11a70b26d5985bfccb8b37358aab41bc7c3ff0b8 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 16 Dec 2023 00:01:13 +0200 Subject: [PATCH] zumapro: sepolicy: Don't label SystemUI as systemui_app While this might be useful on Pixel stock ROM, this serves no purpose anywhere else. In fact, it makes it more fragile, as we'd need to track platform SystemUI related SELinux changes ourselves. Change-Id: I205df902649fd712a89f21f51099e088c5bdef2e --- sepolicy/system_ext/private/seapp_contexts | 3 --- 1 file changed, 3 deletions(-) diff --git a/sepolicy/system_ext/private/seapp_contexts b/sepolicy/system_ext/private/seapp_contexts index a379f67..bee61f3 100644 --- a/sepolicy/system_ext/private/seapp_contexts +++ b/sepolicy/system_ext/private/seapp_contexts @@ -1,8 +1,5 @@ # PixelDisplayService user=_app seinfo=platform name=com.android.pixeldisplayservice domain=pixeldisplayservice_app type=app_data_file levelFrom=all -# SystemUI -user=_app seinfo=platform name=com.android.systemui domain=systemui_app type=app_data_file levelFrom=all -user=_app seinfo=platform name=com.android.systemui:* domain=systemui_app type=app_data_file levelFrom=all # PixelNtnService user=system seinfo=platform name=com.google.android.satellite domain=pixelntnservice_app type=app_data_file levelFrom=all