Skip to content
Snippets Groups Projects
Commit b7a76e9b authored by Robb Glasser's avatar Robb Glasser
Browse files

elinux: Update access rules for codec process

Add rule to address dir search violation for video_device

bug:27115708
Change-Id: I14bad283af1ddda725e41d0100a09e6066519846
parent 2fedc4b7
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ binder_service(mediacodec) ...@@ -14,6 +14,7 @@ binder_service(mediacodec)
allow mediacodec mediacodec_service:service_manager add; allow mediacodec mediacodec_service:service_manager add;
allow mediacodec gpu_device:chr_file rw_file_perms; allow mediacodec gpu_device:chr_file rw_file_perms;
allow mediacodec video_device:chr_file rw_file_perms; allow mediacodec video_device:chr_file rw_file_perms;
allow mediacodec video_device:dir search;
allow mediacodec ion_device:chr_file r_file_perms; allow mediacodec ion_device:chr_file r_file_perms;
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment