Merge changes Ia32c4b01,I4746bca6
* changes: Permissive systemui during bringup stage label SystemUI app
This commit is contained in:
commit
c7edca28e2
4 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
')
|
||||
')
|
||||
|
|
4
tracking_denials/systemui.te
Normal file
4
tracking_denials/systemui.te
Normal file
|
@ -0,0 +1,4 @@
|
|||
# b/264266705
|
||||
userdebug_or_eng(`
|
||||
permissive systemui_app;
|
||||
')
|
3
vendor/seapp_contexts
vendored
3
vendor/seapp_contexts
vendored
|
@ -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
2
vendor/systemui.te
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
type systemui_app, domain;
|
||||
app_domain(systemui_app)
|
Loading…
Add table
Add a link
Reference in a new issue