Merge changes Ia32c4b01,I4746bca6

* changes:
  Permissive systemui during bringup stage
  label SystemUI app
This commit is contained in:
TreeHugger Robot 2023-02-09 07:05:46 +00:00 committed by Android (Google) Code Review
commit c7edca28e2
4 changed files with 10 additions and 4 deletions

View file

@ -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;
')
')

View file

@ -0,0 +1,4 @@
# b/264266705
userdebug_or_eng(`
permissive systemui_app;
')

View file

@ -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

2
vendor/systemui.te vendored Normal file
View file

@ -0,0 +1,2 @@
type systemui_app, domain;
app_domain(systemui_app)