Merge "Allow camera hal to access devfreq query" into sc-dev am: e2ef28efca
am: 7559eac0df
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14980575 Change-Id: I13e1fa6cdd1c266ae3f60fbd4569b0e39f82bcf4
This commit is contained in:
commit
e5febaf579
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