aboutsummaryrefslogtreecommitdiff
path: root/camera/sepolicy/product/private/vendor_pbcs_app.te
blob: d77162e6a5776b2f1797de16c8ab95fdf01e8fd9 (plain)
1
2
3
4
5
6
7
8
9
typeattribute vendor_pbcs_app coredomain;

app_domain(vendor_pbcs_app);

dontaudit vendor_pbcs_app system_app_data_file:dir *;

allow vendor_pbcs_app app_api_service:service_manager find;
# Allow PBCS to find Camera Service.
allow vendor_pbcs_app cameraserver_service:service_manager find;