Merge "Allow camera_app can access priv-app symlinks" into main
This commit is contained in:
commit
a1c60e8b9e
2 changed files with 5 additions and 0 deletions
|
@ -13,4 +13,6 @@ userdebug_or_eng(`
|
|||
|
||||
# Allows GCA_Eng & GCA-Next to access the PowerHAL.
|
||||
hal_client_domain(debug_camera_app, hal_power)
|
||||
# Follow priv-app symlinks. This is used for dynamite functionality.
|
||||
allow debug_camera_app privapp_data_file:lnk_file r_file_perms;
|
||||
')
|
||||
|
|
|
@ -14,3 +14,6 @@ hal_client_domain(google_camera_app, hal_power)
|
|||
|
||||
# Library code may try to access vendor properties, but should be denied
|
||||
dontaudit google_camera_app vendor_default_prop:file { getattr map open };
|
||||
|
||||
# Follow priv-app symlinks. This is used for dynamite functionality.
|
||||
allow google_camera_app privapp_data_file:lnk_file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue