Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Aug 2023 10:10:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272867] [NEW PORT] security/su-exec: Switch user and group id and exec
Message-ID:  <bug-272867-7788-qpUyFKSCuq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272867-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272867-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272867

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for your submission.  Here are some notes:

 - check if you can make the slave port a flavor instead of a slave port.
 - for your build commands, you're missing some variables.  The correct ord=
er
is:

    ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o su-exec su-exec.c ${LIBS}

   Though you can leave out LIBS as this one doesn't link any libraries.
 - for the static build, I recommend just adding STATIC_LDFLAGS=3D-static i=
nstead
   of defining a whole new target

Port looks ok otherwise.  Please check and resubmit, I can then commit it.

--=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-272867-7788-qpUyFKSCuq>