Merge "Update SELinux policy to allow camera HAL to send Perfetto trace packets" am: 82a110ba3b
Original change: https://android-review.googlesource.com/c/device/google/gs101-sepolicy/+/2016899 Change-Id: I55cfbec1df5a5b3952e02875860d25db44b64b98
This commit is contained in:
commit
a45d075fd0
1 changed files with 5 additions and 2 deletions
|
@ -83,12 +83,15 @@ 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 query interrupts and set interrupt affinity
|
||||
# Allow camera HAL to query interrupts and set interrupt affinity
|
||||
allow hal_camera_default proc_irq:dir r_dir_perms;
|
||||
allow hal_camera_default proc_irq:file rw_file_perms;
|
||||
allow hal_camera_default proc_interrupts:dir r_dir_perms;
|
||||
allow hal_camera_default proc_interrupts: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