Files
device_google_taimen/sepolicy/hal_camera_default.te
Jeff Vander Stoep 2e1aac1369 Camera Hal: allow access to calibration data
The camera HAL verifies that the calibration file exists and
then passes the path to the kernel.

Bug: 65454046
Test: Camera app
Change-Id: If93e909bcbe4e243bb1efc0fbad0c90afa6e7fc5
2017-09-07 17:38:50 -07:00

3 lines
107 B
Plaintext

allow hal_camera_default persist_file:dir search;
allow hal_camera_default persist_file:file r_file_perms;