Date: Wed, 24 Feb 2021 12:51:21 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253813] net/wireguard: should depend on security/sudo Message-ID: <bug-253813-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253813 Bug ID: 253813 Summary: net/wireguard: should depend on security/sudo Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: alexey@ocaml.nl CC: decke@FreeBSD.org, garga@FreeBSD.org CC: decke@FreeBSD.org, garga@FreeBSD.org net/wireguard install wg-quick script, which uses sudo here: auto_su() { [[ $UID =3D=3D 0 ]] || exec sudo -p "$PROGRAM must be run as root. = Please enter the password for %u to continue: " -- "$BASH" -- "$SELF" "${ARGS[@]}" } --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253813-7788>