diff options
-rw-r--r-- | etc/group | 1 | ||||
-rw-r--r-- | etc/master.passwd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/group b/etc/group index 1f39f2da955..6cc916ded9a 100644 --- a/etc/group +++ b/etc/group @@ -12,6 +12,7 @@ games:*:13: staff:*:20:root guest:*:31:root utmp:*:45: +www:*:67: network:*:69: ingres:*:74:ingres dialer:*:117: diff --git a/etc/master.passwd b/etc/master.passwd index 843e63cd16c..1831c0962fd 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -3,4 +3,5 @@ daemon:*:1:31::0:0:The devil himself:/root:/sbin/nologin operator:*:2:5::0:0:System &:/operator:/sbin/nologin bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/sbin/nologin uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/usr/libexec/uucp/uucico +www:*:67:67::0:0:HTTP server:/var/www:/sbin/nologin nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin |