Merge "Add SELinux policy to allow GCARelease and GCADogfood to access PowerHAL." into udc-d1-dev
This commit is contained in:
commit
93e86449e5
1 changed files with 3 additions and 0 deletions
3
vendor/google_camera_app.te
vendored
3
vendor/google_camera_app.te
vendored
|
@ -3,3 +3,6 @@ app_domain(google_camera_app)
|
||||||
|
|
||||||
# Allows camera app to access the GXP device.
|
# Allows camera app to access the GXP device.
|
||||||
allow google_camera_app gxp_device:chr_file rw_file_perms;
|
allow google_camera_app gxp_device:chr_file rw_file_perms;
|
||||||
|
|
||||||
|
# Allows camera app to access the PowerHAL.
|
||||||
|
hal_client_domain(google_camera_app, hal_power)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue