Merge "Allow camera hal to access devfreq query" into sc-dev
This commit is contained in:
commit
e2ef28efca
1 changed files with 3 additions and 0 deletions
|
@ -78,3 +78,6 @@ allow hal_camera_default fwk_stats_service:service_manager find;
|
||||||
|
|
||||||
# For observing apex file changes
|
# For observing apex file changes
|
||||||
allow hal_camera_default apex_info_file:file r_file_perms;
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue