summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-06-23 01:32:28 +0000
committermlaier <mlaier@FreeBSD.org>2004-06-23 01:32:28 +0000
commitf42f4268ea5ac76473520f70b31c9fb1c30f5aee (patch)
tree9fe112b11f1b139bc72057c8d94c5d698b806b22
parent083bcb28d6dd44deb7e5813e1203ea9fb74fbf44 (diff)
downloadFreeBSD-src-f42f4268ea5ac76473520f70b31c9fb1c30f5aee.zip
FreeBSD-src-f42f4268ea5ac76473520f70b31c9fb1c30f5aee.tar.gz
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
-rw-r--r--UPDATING6
-rw-r--r--etc/group1
-rw-r--r--etc/master.passwd1
3 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index db4e23f..401e490 100644
--- a/UPDATING
+++ b/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
diff --git a/etc/group b/etc/group
index e2672a3..9337ab7 100644
--- a/etc/group
+++ b/etc/group
@@ -19,6 +19,7 @@ guest:*:31:
bind:*:53:
proxy:*:62:
authpf:*:63:
+_pflogd:*:64:
uucp:*:66:
dialer:*:68:
network:*:69:
diff --git a/etc/master.passwd b/etc/master.passwd
index 0511b91..f9b869c 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -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
OpenPOWER on IntegriCloud