1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 00:23:28 -05:00
gbootroot/yard/replacements/etc/securetty.example
freesource 264cf307da The securetty supports both devfs and non-devfs, and the fstab works
for both inittab examples because mtab -> /proc/mounts.
2001-12-03 05:41:58 +00:00

35 lines
345 B
Plaintext

# /etc/securetty: list of terminals on which root is allowed to login.
# See securetty(5) and login(1).
#
# $Id$
# Used by the Example.yard template.
# devfs
ttys/0
ttys/1
ttys/2
ttys/3
ttys/4
ttys/5
ttys/6
ttys/7
ttys/8
serial/0
serial/1
serial/2
serial/3
# nodevfs
tty0
tty1
tty2
tty3
tty4
tty5
tty6
tty7
tty8
serial0
serial1
serial2
serial3