From f88300dc695314940ef663478146632bde7d2f86 Mon Sep 17 00:00:00 2001 From: Wilson Sung Date: Wed, 8 Feb 2023 05:13:34 +0800 Subject: [PATCH] label SystemUI app Bug: 264266705 Bug: 262794428 Change-Id: I4746bca6291d57ee36c0565d15ee5320380e1bc0 --- tracking_denials/platform_app.te | 5 +---- vendor/seapp_contexts | 3 +++ vendor/systemui.te | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 vendor/systemui.te diff --git a/tracking_denials/platform_app.te b/tracking_denials/platform_app.te index e3121cae..61f23221 100644 --- a/tracking_denials/platform_app.te +++ b/tracking_denials/platform_app.te @@ -2,10 +2,7 @@ dontaudit platform_app default_android_service:service_manager { find }; # b/260922162 dontaudit platform_app default_android_service:service_manager { find }; -# b/262794428 -dontaudit platform_app hal_wlc:binder { call }; -dontaudit platform_app hal_wlc:binder { transfer }; # b/264490036 userdebug_or_eng(` permissive platform_app; -') \ No newline at end of file +') diff --git a/vendor/seapp_contexts b/vendor/seapp_contexts index 9c4ad5ff..924fa347 100644 --- a/vendor/seapp_contexts +++ b/vendor/seapp_contexts @@ -22,3 +22,6 @@ user=_app isPrivApp=true seinfo=uwb name=com.qorvo.uwb.vendorservice domain=uwb_ # CccDkTimeSyncService user=_app isPrivApp=true name=com.google.pixel.digitalkey.timesync domain=vendor_cccdktimesync_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 diff --git a/vendor/systemui.te b/vendor/systemui.te new file mode 100644 index 00000000..df73e729 --- /dev/null +++ b/vendor/systemui.te @@ -0,0 +1,2 @@ +type systemui_app, domain; +app_domain(systemui_app)