Browse Source

add _eigrpd user/group

OPENBSD_5_9
deraadt 8 years ago
parent
commit
6e97a39189
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

@ -66,6 +66,7 @@ _iscsid:*:102:
_smtpq:*:103:
_file:*:104:
_radiusd:*:105:
_eigrpd:*:106:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:

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

@ -1,5 +1,5 @@
#
# $OpenBSD: aliases,v 1.50 2015/07/21 04:20:29 ajacoutot Exp $
# $OpenBSD: aliases,v 1.51 2015/10/04 16:35:01 deraadt 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.
@ -25,6 +25,7 @@ _bgpd: /dev/null
_dhcp: /dev/null
_dpb: /dev/null
_dvmrpd: /dev/null
_eigrpd: /dev/null
_file: /dev/null
_fingerd: /dev/null
_ftp: /dev/null


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

@ -49,4 +49,5 @@ _iscsid:*:102:102::0:0:iSCSI Daemon:/var/empty:/sbin/nologin
_smtpq:*:103:103::0:0:SMTP Daemon:/var/empty:/sbin/nologin
_file:*:104:104::0:0:file privsep:/var/empty:/sbin/nologin
_radiusd:*:105:105::0:0:RADIUS Daemon:/var/empty:/sbin/nologin
_eigrpd:*:106:106::0:0:EIGRP Daemon:/var/empty:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin

Loading…
Cancel
Save