zuma: 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
This commit is contained in:
Michael Bestas 2023-12-16 00:01:13 +02:00
parent 45c8c75d83
commit 09b49ecdcf
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -1,7 +1,3 @@
# 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
# PixelDisplayService
user=_app seinfo=platform name=com.android.pixeldisplayservice domain=pixeldisplayservice_app type=app_data_file levelFrom=all