sepolicy: authmgr using hidl through native lib
avc:  denied  { find  } for
interface=vendor.qti.hardware.qccvndhal::IQccvndhal sid=u:r:
platform_app:s0:c512,c768 pid=3859
scontext=u:r:platform_app:s0:c512,c768
tcontext=u:object_r:vendor_hal_qccvndhal_hwservice:s0
tclass=hwservice_manager permissive=0
Change-Id: Ib7339e83b0280b2528bc7cfdb01e86f31a576ee7
			
			
This commit is contained in:
		
							
								
								
									
										35
									
								
								generic/private/qcc_authmgr_app.te
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								generic/private/qcc_authmgr_app.te
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,35 @@
 | 
			
		||||
# Copyright (c) 2021, 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 vendor_qcc_authmgr_app, domain, coredomain;
 | 
			
		||||
 | 
			
		||||
app_domain(vendor_qcc_authmgr_app)
 | 
			
		||||
binder_use(vendor_qcc_authmgr_app)
 | 
			
		||||
 | 
			
		||||
hal_client_domain(vendor_qcc_authmgr_app, vendor_hal_qccvndhal);
 | 
			
		||||
hal_client_domain(vendor_qcc_authmgr_app, vendor_hal_perf);
 | 
			
		||||
allow vendor_qcc_authmgr_app {app_api_service}:service_manager find;
 | 
			
		||||
@@ -53,6 +53,8 @@ user=system seinfo=platform name=com.qualcomm.qti.qdma isPrivApp=true domain=ven
 | 
			
		||||
user=system seinfo=platform name=com.qualcomm.qti.qcclmtp isPrivApp=true domain=vendor_qcc_lmtp_app type=system_app_data_file
 | 
			
		||||
#Add new domain for QCCNetstat
 | 
			
		||||
user=_app seinfo=platform name=com.qualcomm.qti.qccnetstat domain=vendor_qcc_netstat_app type=app_data_file levelFrom=all
 | 
			
		||||
#Add new domain for QCCAuthMgr
 | 
			
		||||
user=_app seinfo=platform name=com.qualcomm.qti.qccauthmgr domain=vendor_qcc_authmgr_app type=app_data_file levelFrom=all
 | 
			
		||||
#Add new domain for QCC-Utils
 | 
			
		||||
user=system seinfo=platform name=com.qualcomm.qti.qdmautils isPrivApp=true domain=vendor_qcc_utils_app type=system_app_data_file
 | 
			
		||||
# Add new domain for FM app
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user