Home | History | Annotate | Download | only in sepolicy
      1 # Motorola AoV solution
      2 unix_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