Skip to content

Commit

Permalink
sepolicy: allow wpa_cli to interact with wpa_supplicant
Browse files Browse the repository at this point in the history
Change-Id: I5120770c6e5885232c88f6df2fdaf357dd16b8e4
  • Loading branch information
basilgello committed Aug 2, 2018
1 parent a1c3c31 commit 8d42999
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sepolicy/wpa.te
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ allow wpa wifi_efs_file:file { open read write };
allow wpa efs_file:dir search;

allow wpa wifi_data_file:sock_file { create setattr write unlink };

allow wpa sudaemon:unix_dgram_socket sendto;

0 comments on commit 8d42999

Please sign in to comment.