"nobody" should only be used by NFS and nothing should run as
it. Instead give tcpdump a dedicated user.
(this was already approved by maintainer; phab is for mechanical
correctness)
Differential D15841
Migrate tcpdump to a dedicated user eadler on Jun 16 2018, 3:57 AM. Authored by Tags None Referenced Files
Details
"nobody" should only be used by NFS and nothing should run as (this was already approved by maintainer; phab is for mechanical
Diff Detail
Event TimelineComment Actions This is good, but you need to add the last bit that will create the special user when the package is installed. You shouldn't create the userid unconditionally for a package where the USER option defaults to off. USER_VARS= USERS=${UNPRIV_USER} GROUPS=${UNPRIV_USER} You should update the USER_DESC setting too Comment Actions Test builds with the USER option selected are failing when trying to create the tcpdump group due to a malformed GIDs line. ... configure: creating ./config.status config.status: creating Makefile config.status: creating tcpdump.1 config.status: creating config.h config.status: executing default-1 commands configure: WARNING: unrecognized options: --enable-ipv6 Looks like IPv6 support is no longer optional.
|