Merge "Allow mediacodec to access the vframe-secure DMA-BUF heap" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-05-25 18:45:37 +00:00 committed by Android (Google) Code Review
commit 477e19f032

View file

@ -7,3 +7,4 @@ allow mediacodec hal_camera_default:binder call;
allow mediacodec sysfs_video:file r_file_perms; allow mediacodec sysfs_video:file r_file_perms;
allow mediacodec sysfs_video:dir r_dir_perms; allow mediacodec sysfs_video:dir r_dir_perms;
allow mediacodec dmabuf_system_secure_heap_device:chr_file r_file_perms; allow mediacodec dmabuf_system_secure_heap_device:chr_file r_file_perms;
allow mediacodec vframe_heap_device:chr_file r_file_perms;