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/tracking_denials/systemui.te b/tracking_denials/systemui.te new file mode 100644 index 00000000..3159dd92 --- /dev/null +++ b/tracking_denials/systemui.te @@ -0,0 +1,4 @@ +# b/264266705 +userdebug_or_eng(` + permissive systemui_app; +') diff --git a/vendor/seapp_contexts b/vendor/seapp_contexts index 0eb2229c..73b3effb 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)