Skip to content
Snippets Groups Projects
Commit 1d6c682e authored by gcondra@google.com's avatar gcondra@google.com Committed by Android Git Automerger
Browse files

am fb076f8b: Add temporary policy for wpa_supplicant.

* commit 'fb076f8b':
  Add temporary policy for wpa_supplicant.
parents a1890d1f fb076f8b
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,5 @@ allow wpa random_device:chr_file r_file_perms; ...@@ -19,6 +19,5 @@ allow wpa random_device:chr_file r_file_perms;
type_transition wpa wifi_data_file:sock_file wpa_socket; type_transition wpa wifi_data_file:sock_file wpa_socket;
allow wpa wpa_socket:sock_file create_file_perms; allow wpa wpa_socket:sock_file create_file_perms;
# Allow init to create wpa_socket and transition to wpa # Allow wpa to read and write unix dgram sockets from init
type_transition init wpa_socket:unix_dgram_socket wpa_socket; allow wpa init:unix_dgram_socket { read write };
allow wpa wpa_socket:unix_dgram_socket { read write };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment