Update SELinux policy to allow camera HAL to send Perfetto trace packets am: 07bf62c387
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17080874 Change-Id: Ib655baa67317b7da8f9b8cea62d7e93c87461dc2
This commit is contained in:
commit
4724d39907
1 changed files with 4 additions and 1 deletions
|
@ -85,6 +85,9 @@ 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 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;
|
||||
|
||||
# Allow camera HAL to send trace packets to Perfetto
|
||||
userdebug_or_eng(`perfetto_producer(hal_camera_default)')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue