mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
hal_camera: Allow access to sensor calibration file
am: 32eb479e66
Change-Id: I4d1e0f5ec8e6b2c35044e2dc7ccc26c3c1940284
This commit is contained in:
4
sepolicy/vendor/hal_camera.te
vendored
4
sepolicy/vendor/hal_camera.te
vendored
@@ -45,3 +45,7 @@ allow hal_camera sysfs_easel:file rw_file_perms;
|
||||
|
||||
# access hexagon
|
||||
allow hal_camera qdsp_device:chr_file r_file_perms;
|
||||
|
||||
# lens calibration file
|
||||
allow hal_camera persist_sensors_file:dir search;
|
||||
allow hal_camera persist_sensors_file:file { getattr open read };
|
||||
|
||||
Reference in New Issue
Block a user