Package: network-manager-openvpn / 0.9.10.0-1

Metadata

Package Version Patches format
network-manager-openvpn 0.9.10.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 export user nobody.patch | (download)

properties/import-export.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use user nobody / group nogroup when exporting an openvpn connection
 Debian doesn't have a separate openvpn system account, so when exporting
 a connection use nobody / nogroup instead. This is safe, since we use
 persist-key and persist-tun, which will make openvpn drop privileges after
 everything has been setup properly.