summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2018-02-09 05:59:03 (GMT)
committer Gerrit Code Review <gituser@scgit.amlogic.com>2018-02-09 05:59:03 (GMT)
commitfdd726cf130a1cef7726f59e3b962a373c2885d8 (patch)
tree68e430b8dc63aca1eebd7d4cc609caab641a135e
parent2897a774d35fb0faaf0ca22b8733b387cd445ba7 (diff)
parent51d42d7c4716b8844523c95fe5cef8ca306cd9a1 (diff)
downloadcommon-fdd726cf130a1cef7726f59e3b962a373c2885d8.zip
common-fdd726cf130a1cef7726f59e3b962a373c2885d8.tar.gz
common-fdd726cf130a1cef7726f59e3b962a373c2885d8.tar.bz2
Merge "sepolicy:fix android.media.cts.DecoderTest [1/1]" into o-ref-amlogic
Diffstat
-rw-r--r--sepolicy/mediacodec.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/mediacodec.te b/sepolicy/mediacodec.te
index fc8d66e..a57b69b 100644
--- a/sepolicy/mediacodec.te
+++ b/sepolicy/mediacodec.te
@@ -11,6 +11,7 @@ allow mediacodec mediaserver:file { read open };
allow mediacodec video_device:chr_file rw_file_perms;
allow mediacodec codec_device:chr_file rw_file_perms;
+allow mediacodec sysfs_video:dir search;
allow mediacodec sysfs_video:file rw_file_perms;
allow mediacodec system_file:dir { read open };