summaryrefslogtreecommitdiffstats
path: root/msm8996
diff options
context:
space:
mode:
authorAbir Ghosh <abirg@codeaurora.org>2017-06-21 15:26:04 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-11 09:50:58 -0700
commit2cb3439df037b72560ff4ca29cb3e28ef45d210b (patch)
tree6e373949c73af1e3bd2ae6ff12167271ee829911 /msm8996
parent54483d1cb046c46089e4e4bea940ed511edf58b7 (diff)
downloadandroid_device_qcom_sepolicy-2cb3439df037b72560ff4ca29cb3e28ef45d210b.tar.gz
android_device_qcom_sepolicy-2cb3439df037b72560ff4ca29cb3e28ef45d210b.tar.bz2
android_device_qcom_sepolicy-2cb3439df037b72560ff4ca29cb3e28ef45d210b.zip
voiceprint: support vendor image
New requirements have vendor binaries and data in the vendor image instead of the system image. Change-Id: Id797a497f04153d79548a79adfd2ceaaf7e74055
Diffstat (limited to 'msm8996')
-rw-r--r--msm8996/file.te3
-rw-r--r--msm8996/file_contexts2
-rw-r--r--msm8996/qseecomd.te30
-rw-r--r--msm8996/qvop.te44
-rw-r--r--msm8996/service.te28
-rw-r--r--msm8996/service_contexts28
-rw-r--r--msm8996/system_app.te28
7 files changed, 0 insertions, 163 deletions
diff --git a/msm8996/file.te b/msm8996/file.te
index ed188636..5784df70 100644
--- a/msm8996/file.te
+++ b/msm8996/file.te
@@ -25,9 +25,6 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Data type for QVOP
-type qvop_data_file, file_type, data_file_type;
-
#TLOC Files
type tlocd_data_file, file_type, data_file_type;
diff --git a/msm8996/file_contexts b/msm8996/file_contexts
index ea530f85..3cf29858 100644
--- a/msm8996/file_contexts
+++ b/msm8996/file_contexts
@@ -86,7 +86,6 @@
###################################
# System files
#
-/system/bin/qvop-daemon u:object_r:qvop_exec:s0
/system/bin/tloc_daemon u:object_r:tlocd_exec:s0
/(vendor|system/vendor)/bin/seccamd u:object_r:seccamd_exec:s0
/(vendor|system/vendor)/bin/qvrservice u:object_r:qvrd_exec:s0
@@ -102,7 +101,6 @@
###################################
# data files
#
-/data/misc/qvop(/.*)? u:object_r:qvop_data_file:s0
/data/misc/tloc(/.*)? u:object_r:tlocd_data_file:s0
/data/misc/qvr(/.*)? u:object_r:qvrd_data_file:s0
diff --git a/msm8996/qseecomd.te b/msm8996/qseecomd.te
deleted file mode 100644
index 49b1a355..00000000
--- a/msm8996/qseecomd.te
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright (c) 2015, 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.
-
-# Provide access to Q VoicePrint
-allow tee qvop_data_file:dir create_dir_perms;
-allow tee qvop_data_file:file create_file_perms;
diff --git a/msm8996/qvop.te b/msm8996/qvop.te
deleted file mode 100644
index e79d3df3..00000000
--- a/msm8996/qvop.te
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright (c) 2015, 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.
-
-type qvop, domain;
-type qvop_exec, exec_type, vendor_file_type, file_type;
-
-#init_daemon_domain(qvop)
-
-allow qvop qvop_data_file:dir create_dir_perms;
-allow qvop qvop_data_file:file create_file_perms;
-
-#binder_call(qvop, system_app)
-
-# Add IQvopService service
-#allow qvop iqvop_service:service_manager add;
-
-#binder_use(qvop)
-
-allow qvop tee_device:chr_file rw_file_perms;
-r_dir_file(qvop, firmware_file)
diff --git a/msm8996/service.te b/msm8996/service.te
deleted file mode 100644
index fae30ae1..00000000
--- a/msm8996/service.te
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright (c) 2015, 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.
-
-type iqvop_service, service_manager_type;
diff --git a/msm8996/service_contexts b/msm8996/service_contexts
deleted file mode 100644
index 50ff00f2..00000000
--- a/msm8996/service_contexts
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright (c) 2015, 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.
-
-android.apps.IQvopService u:object_r:iqvop_service:s0
diff --git a/msm8996/system_app.te b/msm8996/system_app.te
deleted file mode 100644
index 413daf1f..00000000
--- a/msm8996/system_app.te
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright (c) 2015, 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.
-
-binder_call(system_app, qvop)