mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 21:50:27 +01:00
2006-02-02 Dan Williams <dcbw@redhat.com>
* src/nm-device-802-11-wireless.c - (supplicant_interface_init): don't try to create /var/run/NetworkManager, since that should be done by the distro package. Causes problems for stuff like SELinux git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1428 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
a517193ea8
commit
ecd009cc7d
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2006-02-02 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-device-802-11-wireless.c
|
||||
- (supplicant_interface_init): don't try to create
|
||||
/var/run/NetworkManager, since that should be done by
|
||||
the distro package. Causes problems for stuff like SELinux
|
||||
|
||||
2006-02-02 Robert Love <rml@novell.com>
|
||||
|
||||
Patch by Sureshkumar T <tsureshkumar@novell.com>:
|
||||
|
|
|
|||
|
|
@ -2408,9 +2408,6 @@ supplicant_interface_init (NMDevice80211Wireless *self)
|
|||
gboolean success = FALSE;
|
||||
int tries = 0;
|
||||
|
||||
/* Ensure our control socket directory is around */
|
||||
mkdir (NM_WPA_CTRL_IFACE_DIR, S_IRWXU);
|
||||
|
||||
if (!(ctrl = wpa_ctrl_open (WPA_SUPPLICANT_GLOBAL_SOCKET, NM_WPA_CTRL_IFACE_DIR)))
|
||||
goto exit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue