Merge "Add sepolicy to allow camera HAL to read display backlight" into sc-dev am: cfcf725081
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15453996 Change-Id: I98b62dffd1fa65bd69bff78b0a5fe11a841efdfb
This commit is contained in:
commit
6727e33988
1 changed files with 4 additions and 0 deletions
|
@ -82,3 +82,7 @@ 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;
|
||||
|
||||
# allow camera HAL to read backlight of display
|
||||
allow hal_camera_default sysfs_leds:dir r_dir_perms;
|
||||
allow hal_camera_default sysfs_leds:file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue