Skip to content
Snippets Groups Projects
Commit ebf79f88 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Add missing selinux permissions for mediacodec

Bug: 27305063
Change-Id: Ie9ac3fb971dbb989d7b26421e076139d3f48a916
parent 0a5f3d46
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ allow mediacodec mediacodec_service:service_manager add; ...@@ -15,7 +15,7 @@ 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 video_device:dir search;
allow mediacodec ion_device:chr_file r_file_perms; allow mediacodec ion_device:chr_file rw_file_perms;
### ###
### neverallow rules ### neverallow rules
......
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