wpa_supplicant: Fix ctrl_interface group permissions to allow read/execute
authorAnders Aspegren Søndergaard <andersas@gmail.com>
Mon, 16 Nov 2009 14:43:25 +0000 (16:43 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 16 Nov 2009 14:43:25 +0000 (16:43 +0200)
When using umask 0077, the control interface directory was left without
group read/execute permissions even if the configuration file explicitly
asked for the group to be allowed to access the control interface. Fix
this by adding read/execute permissions for group if a specific group is
defined in the configuration. [Bug 199]


No differences found