diff options
author | Sam Leffler <sam@FreeBSD.org> | 2009-01-15 02:11:43 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2009-01-15 02:11:43 +0000 |
commit | 17914a6ec9e4814998abdaec5a947b6a78709a19 (patch) | |
tree | 8c3ad22857baac937ba8379bec2beeb9dc626139 /dbus-wpa_supplicant.conf | |
parent | be6a4d63a5bc2be6043e1ea22d5ecf7105c5923c (diff) |
Notes
Diffstat (limited to 'dbus-wpa_supplicant.conf')
-rw-r--r-- | dbus-wpa_supplicant.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dbus-wpa_supplicant.conf b/dbus-wpa_supplicant.conf new file mode 100644 index 0000000000000..51a29e3a89c0f --- /dev/null +++ b/dbus-wpa_supplicant.conf @@ -0,0 +1,16 @@ +<!DOCTYPE busconfig PUBLIC + "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> +<busconfig> + <policy user="root"> + <allow own="fi.epitest.hostap.WPASupplicant"/> + + <allow send_destination="fi.epitest.hostap.WPASupplicant"/> + <allow send_interface="fi.epitest.hostap.WPASupplicant"/> + </policy> + <policy context="default"> + <deny own="fi.epitest.hostap.WPASupplicant"/> + <deny send_destination="fi.epitest.hostap.WPASupplicant"/> + <deny send_interface="fi.epitest.hostap.WPASupplicant"/> + </policy> +</busconfig> |