From 04e4212f12b1831a19b40211e5a076e0947c6c50 Mon Sep 17 00:00:00 2001 From: junchao yuan Date: Wed, 21 Oct 2020 06:35:19 +0000 Subject: 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 --- 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 -- cgit