hal_camera: Allow access to sensor calibration file

am: 32eb479e66

Change-Id: I4d1e0f5ec8e6b2c35044e2dc7ccc26c3c1940284
This commit is contained in:
Eino-Ville Talvala
2018-01-20 01:41:52 +00:00
committed by android-build-merger

View File

@@ -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 };