summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/file_contexts3
-rw-r--r--sepolicy/mediaserver.te1
2 files changed, 4 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index eeff4f3..8dc67b4 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -11,3 +11,6 @@
11 11
12/system/vendor/bin/pvrsrvctl u:object_r:pvr_exec:s0 12/system/vendor/bin/pvrsrvctl u:object_r:pvr_exec:s0
13/system/vendor/bin/pvrsrvinit u:object_r:pvr_exec:s0 13/system/vendor/bin/pvrsrvinit u:object_r:pvr_exec:s0
14
15#rpmsg
16/dev/rpmsg-dce u:object_r:rpmsg_device:s0
diff --git a/sepolicy/mediaserver.te b/sepolicy/mediaserver.te
new file mode 100644
index 0000000..dab508b
--- /dev/null
+++ b/sepolicy/mediaserver.te
@@ -0,0 +1 @@
allow mediaserver system_server:unix_stream_socket { read write };