Skip to content

Commit b6fba17

Browse files
BotchedRPRluk1337
authored andcommitted
sepolicy: Allow hal_camera_default R/W access to vendor_camera_data_file
Required for the camera HAL to load some calibration data. Fixes 4K60 recording on vendor camera app. Change-Id: I1d919c260ce705970daad8d4879e084fba21966a
1 parent b869874 commit b6fba17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sepolicy/qti/vendor/hal_camera_default.te

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ allow hal_camera_default hal_secd_service:service_manager find;
1515
allow hal_camera_default hal_camera_sync:chr_file rw_file_perms;
1616
allow hal_camera_default sony_camera_device:chr_file rw_file_perms;
1717

18+
allow hal_camera_default vendor_camera_data_file:fifo_file rw_file_perms;
19+
1820
allow hal_camera_default sysfs_camera:file rw_file_perms;
1921
allow hal_camera_default sysfs_torch_brightness:file rw_file_perms;
2022
allow hal_camera_default vendor_sysfs_graphics:file rw_file_perms;

0 commit comments

Comments
 (0)