summaryrefslogtreecommitdiff
authorjunchao yuan <junchao.yuan@amlogic.com>2020-10-21 06:35:19 (GMT)
committer Robin Lee <rgl@google.com>2020-12-02 13:12:44 (GMT)
commit04e4212f12b1831a19b40211e5a076e0947c6c50 (patch)
tree9099e0c8ec03b03d474f8ba322b757c398fee42f
parent6338334ef5abd5d35a8a248cd3d6c9d0b4b8802c (diff)
downloadcommon-partner-master-tv-dev.zip
common-partner-master-tv-dev.tar.gz
common-partner-master-tv-dev.tar.bz2
device/common: fixed dvb subtitle didn't display [3/3]
PD#SWPL-35002 Problem: dvb subtitle didn't show Solution: selinux issue: /dev/media.* u:object_r:codec_device:s0 Verify: newton Change-Id: I79fc424f29c8810dedbfb368820e339be574c985 Signed-off-by: junchao yuan <junchao.yuan@amlogic.com>
Diffstat
-rw-r--r--sepolicy/file_contexts1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index 9d0a570..e22961c 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -25,6 +25,7 @@
/dev/amstream_.* u:object_r:codec_device:s0
/dev/amstream_sub u:object_r:subtitle_device:s0
/dev/amstream_sub_read u:object_r:subtitle_device:s0
+/dev/media.* u:object_r:codec_device:s0
/dev/avin_detect u:object_r:avin_device:s0
/dev/videosync u:object_r:video_device:s0
/dev/tsync u:object_r:video_device:s0