summaryrefslogtreecommitdiff
authorjie.yuan <jie.yuan@amlogic.com>2018-02-01 10:30:53 (GMT)
committer Jie Yuan <jie.yuan@amlogic.com>2018-02-02 09:32:59 (GMT)
commit51d42d7c4716b8844523c95fe5cef8ca306cd9a1 (patch)
treecbed56ffb801bb1b98160550d573ba70780dab8a
parent93ae5f4bdd1fd9478d513689594bc43f3a8f3ab3 (diff)
downloadcommon-51d42d7c4716b8844523c95fe5cef8ca306cd9a1.zip
common-51d42d7c4716b8844523c95fe5cef8ca306cd9a1.tar.gz
common-51d42d7c4716b8844523c95fe5cef8ca306cd9a1.tar.bz2
sepolicy:fix android.media.cts.DecoderTest [1/1]
PD# 158016 fix android.media.cts.DecoderTest Change-Id: I1efa348de6fe63ea2e25cb78c0d99364225b31ff Signed-off-by: jie.yuan <jie.yuan@amlogic.com>
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 068c21d..ddc9699 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 };