Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
be3e0526 |
| 10-Mar-2004 |
Max Laier <mlaier@FreeBSD.org> |
Add trailing collon
Noticed by: dwhite Approved by: bms(mentor)
|
#
8d69c48b |
| 08-Mar-2004 |
Max Laier <mlaier@FreeBSD.org> |
Link pf to the build and install: This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld witho
Link pf to the build and install: This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors.
This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf.
For those who want to go without pf; it provides a NO_PF knob to make.conf.
__FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly.
Approved by: bms(mentor)
show more ...
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0 |
|
#
e50dfdc9 |
| 27-Apr-2003 |
Warner Losh <imp@FreeBSD.org> |
xten isn't needed after tw is gone.
Approved by: re@ (scottl)
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
190a0059 |
| 14-Oct-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Remove root from the 'guest' group: missed in a previous pass.
Spotted by: jhb
|
#
975819b7 |
| 13-Oct-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Remove root from the kmem, sys, tty, and staff groups in the default configuration. Root privileges override DAC on local file systems and therefore root does not generally need to be a member of a
Remove root from the kmem, sys, tty, and staff groups in the default configuration. Root privileges override DAC on local file systems and therefore root does not generally need to be a member of a group to access files owned by that group. In the NFS case, require explicit authorization for root to have these privileges.
Leave root in operator for dump/restore broadcast reasons; leave root in wheel until discrepencies in the "no users in wheel means any user can su" policy are resolved (possibly indefinitely).
show more ...
|
#
7b2c73b7 |
| 13-Oct-2002 |
Robert Watson <rwatson@FreeBSD.org> |
For consistency with other entries in group, don't put the daemon or xten users in their groups explicitly--we pick that up from the gid field in master.passwd.
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
04b681a9 |
| 23-Jun-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Add an sshd user and group for the OpenSSH privilege separation code.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
ca8b9ed3 |
| 17-Nov-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Add two new accounts/groups for sendmail:
smmsp - sendmail 8.12 operates as a set-group-ID binary (instead of set-user-ID). This new user/group will be used for command line submissions. UID/GID 2
Add two new accounts/groups for sendmail:
smmsp - sendmail 8.12 operates as a set-group-ID binary (instead of set-user-ID). This new user/group will be used for command line submissions. UID/GID 25 is suggested in the sendmail documentation and has been adopted by other operating systems such as OpenBSD and Solaris 9.
mailnull - The default value for DefaultUser is now set to the uid and gid of the first existing user mailnull, sendmail, or daemon that has a non-zero uid. If none of these exist, sendmail reverts back to the old behavior of using uid 1 and gid 1. Currently FreeBSD uses daemon for DefaultUser but I would prefer not to use an account used by other programs, hence the addition of mailnull. UID/GID 26 has been chosen for this user.
This was discussed on -arch on October 18-19, 2001.
MFC after: 1 week
show more ...
|
#
92277380 |
| 25-Oct-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Re-commit www:www If anybody wants to remove them for some reason, please consider "pop" removing first.
Approved by: arch discussion from Oct 20 MFC after: 3 days
|
#
19aa5cdc |
| 18-Oct-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Back previous revision out until it has been discussed on -arch and motivated. Currently, it is under dispute.
|
#
913b0e4e |
| 17-Oct-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add www:www (80:80) for upcoming Apache changes
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
9b7a44a6 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
ac48aa41 |
| 01-Dec-1998 |
Matthew Dillon <dillon@FreeBSD.org> |
Added group bind(53), added sandbox users tty(4), kmem(5), and bind(53), adjustd inetd.conf to run comsat and ntalk from tty sandbox, and the (commented out) ident from the kmem sandbox.
Added group bind(53), added sandbox users tty(4), kmem(5), and bind(53), adjustd inetd.conf to run comsat and ntalk from tty sandbox, and the (commented out) ident from the kmem sandbox.
Note that it is necessary to give each group access it's own uid to prevent programs running under a single uid from being able to gdb or otherwise mess with other programs (with different group perms) running under the same uid.
show more ...
|
#
965066d6 |
| 14-Sep-1998 |
Brian Somers <brian@FreeBSD.org> |
Add Id keyword
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs |
|
#
8a13ec3a |
| 04-Sep-1997 |
Brian Somers <brian@FreeBSD.org> |
ppp => network As discussed on cvs-committers
|
#
a393e39c |
| 31-Aug-1997 |
Brian Somers <brian@FreeBSD.org> |
Add group ppp (gid 69)
|
Revision tags: release/2.2.2_cvs |
|
#
1ac310dd |
| 02-May-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Add mail group.
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
#
887d19dd |
| 12-Mar-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Move "dialer" to gid == 68.
|
#
43e028e0 |
| 12-Mar-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Move user & group "xten" from [ug]id == 100 to 67. This is less likely to collide with site policies.
|
#
41bdbea7 |
| 12-Mar-1996 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Remove ingres user.
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs |
|
#
843f16dc |
| 17-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
nogroup 32766 -> 65533 to go with nobody's change to 65534.
|
#
efc05b2b |
| 15-May-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
change nobody master.passwd entry to 65534:65534 change nobody group entry to 65534 Suggested-by: pst
|
#
29fb8166 |
| 18-Apr-1995 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Add xten user/group. Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu>
|
Revision tags: release/2.0, release/1.1.5.1_cvs |
|
#
62936ec7 |
| 31-May-1994 |
Andrey A. Chernov <ache@FreeBSD.org> |
Intruduce new group for uucp, gid 66
|
Revision tags: release/1.1.0_cvs |
|
#
553a5931 |
| 20-Mar-1994 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
As per Rod's wishes, man uses uid/gid 9 now.
|