Add "privsep" user/group _pflogd:_pflogd (64:64) to make pflogd(8) work
again. This user/group is not required for install* targets, hence do not add them to CHECK_UIDS/CHECK_GIDS in Makefile.inc1 (no need to annoy people). Discussed-on: -current
This commit is contained in:
parent
083bcb28d6
commit
f42f4268ea
6
UPDATING
6
UPDATING
@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
|
||||
developers choose to disable these features on build machines
|
||||
to maximize performance.
|
||||
|
||||
20040623:
|
||||
pf was updated to OpenBSD-stable 3.5 and pflogd(8) is priviledge
|
||||
separated now. It uses the newly created "_pflogd" user/group
|
||||
combination. If you plan to use pflogd(8) make sure to run
|
||||
mergemaster -p or install the "_pflogd" user and group manually.
|
||||
|
||||
20040622:
|
||||
Network interface cloning has been overhauled. This change will
|
||||
require a recompile of modules using cloning and modification of
|
||||
|
@ -19,6 +19,7 @@ guest:*:31:
|
||||
bind:*:53:
|
||||
proxy:*:62:
|
||||
authpf:*:63:
|
||||
_pflogd:*:64:
|
||||
uucp:*:66:
|
||||
dialer:*:68:
|
||||
network:*:69:
|
||||
|
@ -15,6 +15,7 @@ smmsp:*:25:25::0:0:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/no
|
||||
mailnull:*:26:26::0:0:Sendmail Default User:/var/spool/mqueue:/usr/sbin/nologin
|
||||
bind:*:53:53::0:0:Bind Sandbox:/:/usr/sbin/nologin
|
||||
proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin
|
||||
_pflogd:*:64:64::0:0:pflogd privsep user:/var/empty:/sbin/nologin
|
||||
uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico
|
||||
pop:*:68:6::0:0:Post Office Owner:/nonexistent:/usr/sbin/nologin
|
||||
www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
|
||||
|
Loading…
Reference in New Issue
Block a user