Add vendor_pbcs_app domain for PersistentBackgroundCameraServices am: 049b1dfb53
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/23918209 Change-Id: I17b8b99d05459b9386a2891a66e23193d2b812b0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f35aa55ad1
2 changed files with 7 additions and 0 deletions
2
camera/sepolicy/seapp_contexts
Normal file
2
camera/sepolicy/seapp_contexts
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Pixel PeristentBackgroundCameraServices
|
||||||
|
user=system seinfo=platform name=com.google.pixel.camera.services domain=vendor_pbcs_app type=system_app_data_file levelFrom=all
|
5
camera/sepolicy/vendor_pbcs_app.te
Normal file
5
camera/sepolicy/vendor_pbcs_app.te
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
type vendor_pbcs_app, domain, coredomain;
|
||||||
|
|
||||||
|
app_domain(vendor_pbcs_app);
|
||||||
|
|
||||||
|
allow vendor_pbcs_app app_api_service:service_manager find;
|
Loading…
Add table
Add a link
Reference in a new issue