Browse Source

add user for slaacd(8)

OPENBSD_6_1
florian 7 years ago
parent
commit
7a21625622
3 changed files with 4 additions and 1 deletions
  1. +1
    -0
      src/etc/group
  2. +2
    -1
      src/etc/mail/aliases
  3. +1
    -0
      src/etc/master.passwd

+ 1
- 0
src/etc/group View File

@ -77,6 +77,7 @@ _tftp_proxy:*:108:
_ftp_proxy:*:109:
_sndiop:*:110:
_syspatch:*:112:
_slaacd:*:115:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:

+ 2
- 1
src/etc/mail/aliases View File

@ -1,5 +1,5 @@
#
# $OpenBSD: aliases,v 1.63 2017/01/19 06:48:50 ajacoutot Exp $
# $OpenBSD: aliases,v 1.64 2017/03/18 21:18:01 florian Exp $
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /usr/libexec/mail.local.
@ -78,6 +78,7 @@ _tftp_proxy: /dev/null
_ftp_proxy: /dev/null
_sndiop: /dev/null
_syspatch: /dev/null
_slaacd: /dev/null
sshd: /dev/null
# Well-known aliases -- these should be filled in!


+ 1
- 0
src/etc/master.passwd View File

@ -60,4 +60,5 @@ _tftp_proxy:*:108:108::0:0:tftp proxy daemon:/nonexistent:/sbin/nologin
_ftp_proxy:*:109:109::0:0:ftp proxy daemon:/nonexistent:/sbin/nologin
_sndiop:*:110:110::0:0:sndio privileged user:/var/empty:/sbin/nologin
_syspatch:*:112:112::0:0:syspatch unprivileged user:/var/empty:/sbin/nologin
_slaacd:*:115:115::0:0:SLAAC Daemon:/var/empty:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin

Loading…
Cancel
Save