gs101: Allow camera HAL to access interrupt handles
This is to allow camera HAL to modify IRQ affinity for different use cases. Bug: 196058977 Test: Camera use cases Change-Id: I498b0ac763b735d05299e1f4b09de14e131fd6e3
This commit is contained in:
parent
df73384b2e
commit
6b30dbc54c
1 changed files with 6 additions and 0 deletions
|
@ -86,3 +86,9 @@ 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;
|
||||
|
||||
# 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue