ports/107209: [patch] request reserved uid/gid for port spamd + missing system IDs in /ports/{UIDs, GIDs}

Olli Hauer ohauer at gmx.de
Tue Dec 26 16:40:12 UTC 2006


>Number:         107209
>Category:       ports
>Synopsis:       [patch] request reserved uid/gid for port spamd + missing system IDs in /ports/{UIDs,GIDs}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 26 16:40:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        6.1-RELEASE-p10, 6.2-PRERELEASE
>Organization:
>Environment:
>Description:
Request a reserved uid/gid (id 132) for the port mail/spamd. 
This new _spamd user is the owner of grey/black/tarpit database /var/db/spamd.

Additional fix for missing and existing UIDs/GIDs for this system user/groups
- _pflogd
- _dhcp

>How-To-Repeat:

>Fix:
--- ports/UIDs.orig     Mon Dec 18 14:35:24 2006
+++ ports/UIDs  Tue Dec 26 16:09:41 2006
@@ -7,6 +7,8 @@
 cyrus:*:60:60:the cyrus mail server:/nonexistent:/nonexistent
 gnats:*:61:1:GNATS database owner:/usr/local/share/gnats/gnats-db:/bin/sh
 proxy:*:62:62:Packet Filter pseudo-user:/nonexistent:/nonexistent
+_pflogd:*:64:64::0:0:pflogd privsep user:/var/empty:/usr/sbin/nologin
+_dhcp:*:65:65::0:0:dhcp programs:/var/empty:/usr/sbin/nologin
 uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico
 xten:*:67:67:X-10 daemon:/usr/local/xten:/nonexistent
 pop:*:68:6:Post Office Owner (popper):/nonexistent:/sbin/nologin
@@ -62,6 +64,7 @@
 vchat:*:128:128:VChat Conferencing System:/nonexistent:/sbin/nologin
 _bgpd:*:130:130:BGP Daemon:/var/empty:/sbin/nologin
 _ospfd:*:131:131:OSPF Daemon:/var/empty:/sbin/nologin
+_spamd:*:132:132::0:0:Spam Daemon:/var/empty:/usr/sbin/nologin
 dovecot:*:143:143:Dovecot User:/var/empty:/sbin/nologin
 rbldns:*:153:153:rbldnsd pseudo-user:/nonexistent:/sbin/nologin
 sfs:*:171:171:Self-Certifying File System:/nonexistent:/sbin/nologin
--- ports/GIDs.orig     Mon Dec 18 14:35:24 2006
+++ ports/GIDs  Tue Dec 26 16:14:38 2006
@@ -6,6 +6,8 @@
 cyrus:*:60:
 proxy:*:62:
 authpf:*:63:
+_pflogd:*:64:
+_dhcp:*:65:
 uucp:*:66:
 xten:*:67:
 dialer:*:68:
@@ -53,6 +55,7 @@
 vchat:*:128:
 _bgpd:*:130:
 _ospfd:*:131:
+_spamd:*:132:
 dovecot:*:143:
 rbldns:*:153:
 sfs:*:171:

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list