Package: network-manager-openvpn Version: 0.8.4-1 Severity: important The content of /etc/dbus-1/system.d/nm-openvpn-service.conf as provided does not appear sufficient to allow the openvpn functionality in network manager to work in a useful way. Adding an 'at_console' policy seems to fix things for me:
--- nm-openvpn-service.conf.orig 2011-05-09 09:47:31.484513417 -0600 +++ nm-openvpn-service.conf 2011-05-09 09:53:55.314350004 -0600 @@ -6,6 +6,10 @@ <allow own="org.freedesktop.NetworkManager.openvpn"/> <allow send_destination="org.freedesktop.NetworkManager.openvpn"/> </policy> + <policy user="at_console"> + <allow own="org.freedesktop.NetworkManager.openvpn"/> + <allow send_destination="org.freedesktop.NetworkManager.openvpn"/> + </policy> <policy context="default"> <deny own="org.freedesktop.NetworkManager.openvpn"/> <deny send_destination="org.freedesktop.NetworkManager.openvpn"/> Could this be fixed in the default configuration, please? Bdale -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org