1# Motorola AoV solution 2unix_socket_connect(untrusted_app, adspd, adspd) 3 4# b/17630431: The unix_socket_connect line above needs to be 5# deleted. Generate audit entries to see if these permissions 6# are actually being used. 7# auditallow untrusted_app adspd_socket:sock_file write; 8# auditallow untrusted_app adspd:unix_stream_socket connectto; 9 10allow untrusted_app adspd_data_file:dir r_dir_perms; 11allow untrusted_app adspd_data_file:file r_file_perms; 12