[Bug 253813] net/wireguard: should depend on security/sudo

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 24 12:51:21 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253813

            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 at FreeBSD.org
          Reporter: alexey at ocaml.nl
                CC: decke at FreeBSD.org, garga at FreeBSD.org
                CC: decke at FreeBSD.org, garga at FreeBSD.org

net/wireguard install wg-quick script, which uses sudo here:

auto_su() {
        [[ $UID == 0 ]] || exec sudo -p "$PROGRAM must be run as root. Please
enter the password for %u to continue: " -- "$BASH" -- "$SELF" "${ARGS[@]}"
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list