sepolicy: Allow platform app to access fingerprint HAL
Give permission to platform app instead of system app to access fingerprint HAL. Change-Id: I99e3bf11b445fea3d5c64b4e2450fb12653b141a
This commit is contained in:
		
							
								
								
									
										2
									
								
								qva/vendor/common/platform_app.te
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								qva/vendor/common/platform_app.te
									
									
									
									
										vendored
									
									
								
							@@ -36,4 +36,6 @@ hal_client_domain(platform_app, hal_scve)
 | 
			
		||||
get_prop(platform_app, vendor_mpctl_prop)
 | 
			
		||||
#qspmhal
 | 
			
		||||
hal_client_domain(platform_app, hal_qspmhal)
 | 
			
		||||
#fingerprint
 | 
			
		||||
hal_client_domain(platform_app, hal_fingerprint)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								qva/vendor/common/system_app.te
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								qva/vendor/common/system_app.te
									
									
									
									
										vendored
									
									
								
							@@ -25,8 +25,6 @@
 | 
			
		||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 | 
			
		||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
			
		||||
 | 
			
		||||
# allow system app to access fingerprint
 | 
			
		||||
hal_client_domain(system_app, hal_fingerprint)
 | 
			
		||||
 | 
			
		||||
#allow system_app access factory
 | 
			
		||||
hal_client_domain(system_app, vendor_hal_factory_qti);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user