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)
commit3fd2a226f9dfb1ff5016e4f2809174f4ae8f33eb
treeb997ed9a74f8b4cf6edb1e65ce9d75731db4a561
parent9510f00ff896f2a407a30dd8420e3b5cef8d5128
wpa_supplicant: Fix ctrl_interface group permissions to allow read/execute

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]
wpa_supplicant/ctrl_iface_unix.c