blob: d8fba69327ae748a252109b281af6ef3c7781580 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# /etc/securetty: list of terminals on which root is allowed to login.
# See securetty(5) and login(1).
console
# for people with serial port consoles
tty00
# Standard consoles
ttyE0
ttyE1
ttyE2
ttyE3
|