summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParas Nagda <pnagda@codeaurora.org>2016-08-25 16:26:45 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-30 23:26:47 -0700
commit525d25b3e4cec85c8678a303809019ea99117625 (patch)
tree5b1c9e629623e7843e79523f0a320cee15e463c6
parentcef7a325ea6ab66428de1bf7a2e9dc0eb685b26d (diff)
downloadandroid_device_qcom_sepolicy-525d25b3e4cec85c8678a303809019ea99117625.tar.gz
android_device_qcom_sepolicy-525d25b3e4cec85c8678a303809019ea99117625.tar.bz2
android_device_qcom_sepolicy-525d25b3e4cec85c8678a303809019ea99117625.zip
Sepolicy: Allow mediaserver/mediacodec to access media.msm8956hw
mediaserver/mediacodec and zygote should be able to access media.msm8956hw property and media_settings_xml to load target specific media codecs and media profile file on 8976. Change-Id: I6a115d4daee15ddf156351c82b6116f3db252991
-rw-r--r--msm8952/mediacodec.te29
-rw-r--r--msm8952/mediaserver.te29
-rw-r--r--msm8952/zygote.te1
3 files changed, 59 insertions, 0 deletions
diff --git a/msm8952/mediacodec.te b/msm8952/mediacodec.te
new file mode 100644
index 00000000..592cbcac
--- /dev/null
+++ b/msm8952/mediacodec.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 mediacodec to access media.msm8952hw
+allow mediacodec media_msm8956hw_prop:file r_file_perms;
diff --git a/msm8952/mediaserver.te b/msm8952/mediaserver.te
new file mode 100644
index 00000000..0f88a051
--- /dev/null
+++ b/msm8952/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 media.msm8956hw
+allow mediaserver media_msm8956hw_prop:file r_file_perms;
diff --git a/msm8952/zygote.te b/msm8952/zygote.te
index 105a3279..559db6cf 100644
--- a/msm8952/zygote.te
+++ b/msm8952/zygote.te
@@ -29,3 +29,4 @@
allow zygote persist_file:dir r_dir_perms;
allow zygote regionalization_file:dir r_dir_perms;
allow zygote regionalization_file:file r_file_perms;
+allow zygote media_settings_xml_prop:file r_file_perms;