Merge "Allow camera_app can access priv-app symlinks" into main

This commit is contained in:
Treehugger Robot 2024-02-06 09:32:27 +00:00 committed by Android (Google) Code Review
commit a1c60e8b9e
2 changed files with 5 additions and 0 deletions

View file

@ -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;
')

View file

@ -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;