summaryrefslogtreecommitdiffstats
path: root/msm8916
diff options
context:
space:
mode:
authorVasantha Balla <vballa@codeaurora.org>2016-07-20 12:49:03 +0530
committerVasantha Balla <vballa@codeaurora.org>2016-08-05 17:02:10 +0530
commit1689f4ab3e35bff0f4b5b4972e41b850fdc0ad00 (patch)
tree51d1553069f0bbf0ca05ca17b679384e1d2e44e1 /msm8916
parent7a71622bf663d6eebd5b37533cc5a2056dcd0f2f (diff)
downloadandroid_device_qcom_sepolicy-1689f4ab3e35bff0f4b5b4972e41b850fdc0ad00.tar.gz
android_device_qcom_sepolicy-1689f4ab3e35bff0f4b5b4972e41b850fdc0ad00.tar.bz2
android_device_qcom_sepolicy-1689f4ab3e35bff0f4b5b4972e41b850fdc0ad00.zip
sepolicy:Allow mediaserver to access media.msm8939hw property.
Mediaserver should be able to access media.msm8939hw property to load target specific media codecs xml file on 8939. Change-Id: I768fa046b1ba684f1dab90b1897bdf781bc53db1 CRs-Fixed: 1049110
Diffstat (limited to 'msm8916')
-rw-r--r--msm8916/mediaserver.te29
1 files changed, 29 insertions, 0 deletions
diff --git a/msm8916/mediaserver.te b/msm8916/mediaserver.te
new file mode 100644
index 00000000..9e8c172a
--- /dev/null
+++ b/msm8916/mediaserver.te
@@ -0,0 +1,29 @@
+# Copyright (c) 2016, The Linux Foundation. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following
+# disclaimer in the documentation and/or other materials provided
+# with the distribution.
+# * Neither the name of The Linux Foundation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# allow mediaserver to access medis.msm8939hw
+allow mediaserver media_msm8939hw_prop:file r_file_perms;