Allow camera hal to access devfreq query

Bug: 190687351
Test: p21 checklist
Change-Id: Id0cb74b483882a6ede93cadc475a7be334ecf20d
This commit is contained in:
Speth Chang 2021-06-15 22:56:44 +08:00
parent 6a488b8a81
commit 419019a71a

View file

@ -78,3 +78,6 @@ allow hal_camera_default fwk_stats_service:service_manager find;
# For observing apex file changes
allow hal_camera_default apex_info_file:file r_file_perms;
# Allow camera HAL to query current device clock frequencies.
allow hal_camera_default sysfs_devfreq_cur:file r_file_perms;