Merge "sepolicy: Added allow rule for uevent to open/read/getattr on persist_file and wifi_data_file"
This commit is contained in:
		
				
					committed by
					
						
						Gerrit - the friendly Code Review server
					
				
			
			
				
	
			
			
			
					commit
					4ab1fcc3f7
				
			@@ -1,3 +1,11 @@
 | 
			
		||||
#Allow firmware_file access to load Non-HLOS images
 | 
			
		||||
allow ueventd firmware_file:dir search;
 | 
			
		||||
allow ueventd firmware_file:file { read getattr open };
 | 
			
		||||
 | 
			
		||||
#Allow persist_file access to wcnss bin
 | 
			
		||||
allow ueventd persist_file:dir search;
 | 
			
		||||
allow ueventd persist_file:file { read getattr open };
 | 
			
		||||
 | 
			
		||||
#for wifi to access wifi_data_file
 | 
			
		||||
allow ueventd wifi_data_file:dir search;
 | 
			
		||||
allow ueventd wifi_data_file:file { read getattr open };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user