Fix avc error from systemui

Bug: 264266705
Change-Id: Iabc41ea7901ea99646147b133b96dd0297fd376d
This commit is contained in:
Wilson Sung 2023-02-10 02:27:19 +08:00
parent c7edca28e2
commit 3c27af4e58
2 changed files with 3 additions and 2 deletions

2
vendor/systemui.te vendored
View file

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

3
vendor/systemui_app.te vendored Normal file
View file

@ -0,0 +1,3 @@
type systemui_app, domain;
app_domain(systemui_app)
allow systemui_app app_api_service:service_manager find;