sepolicy: allow radio to access video_device, smd_device
VideoCall which belongs to radio domain need permission to access video_device, smd_device. Change-Id: Ie14f58ffd3a980e4125c8711177ae6be1b83a49e
This commit is contained in:
		@@ -11,3 +11,8 @@ unix_socket_connect(radio, dpmd, dpmd)
 | 
			
		||||
 | 
			
		||||
# IMS needs permission to use unix domain socket
 | 
			
		||||
allow radio ims:unix_stream_socket connectto;
 | 
			
		||||
 | 
			
		||||
# allow radio to access video_device, smd_device for VideoCall
 | 
			
		||||
allow radio video_device:dir r_dir_perms;
 | 
			
		||||
allow radio video_device:chr_file rw_file_perms;
 | 
			
		||||
allow radio smd_device:chr_file rw_file_perms;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user