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

am 1d6c682e: am fb076f8b: Add temporary policy for wpa_supplicant.

* commit '1d6c682e':
  Add temporary policy for wpa_supplicant.
parents 816cf987 1d6c682e
No related merge requests found
......@@ -19,6 +19,5 @@ allow wpa random_device:chr_file r_file_perms;
type_transition wpa wifi_data_file:sock_file wpa_socket;
allow wpa wpa_socket:sock_file create_file_perms;
# Allow init to create wpa_socket and transition to wpa
type_transition init wpa_socket:unix_dgram_socket wpa_socket;
allow wpa wpa_socket:unix_dgram_socket { read write };
# Allow wpa to read and write unix dgram sockets from init
allow wpa init: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