Improve the securetty config file for Linux:

Add ttyS1. Better comments for the ttyS and xen consoles. Add a note for
the devfs consoles. They are no more needed for most users. Closes:
#454584. Thanks to Bastian Blank.
This commit is contained in:
nekral-guest
2008-01-11 22:26:27 +00:00
parent dd712a6184
commit dfcdbb7db5
2 changed files with 18 additions and 8 deletions

View File

@@ -2,11 +2,15 @@
# See securetty(5) and login(1).
console
# for people with serial port consoles
# Standard serial ports
ttyS0
ttyS1
# for devfs
tts/0
# Standard hypervisor virtual console
hvc0
# Oldstyle Xen console
xvc0
# Standard consoles
tty1
@@ -73,7 +77,14 @@ tty61
tty62
tty63
# Same as above, but these only occur with devfs devices
# devfs consoles
# Note: On kernels greater than 2.6.12, this is not needed.
# Standard serial ports, with devfs
tts/0
tts/1
# Standard consoles, with devfs
vc/1
vc/2
vc/3
@@ -137,7 +148,3 @@ vc/60
vc/61
vc/62
vc/63
# for Xen consoles
xvc0
hvc0