diff options
Diffstat (limited to 'debian/securetty.kfreebsd')
-rw-r--r-- | debian/securetty.kfreebsd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/securetty.kfreebsd b/debian/securetty.kfreebsd new file mode 100644 index 0000000..1e35e46 --- /dev/null +++ b/debian/securetty.kfreebsd @@ -0,0 +1,24 @@ +# /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 +ttyd0 +ttyd1 + +# Standard consoles +ttyv0 +ttyv1 +ttyv2 +ttyv3 +ttyv4 +ttyv5 +ttyv6 +ttyv7 +ttyva +ttyvb +ttyvc +ttyvd +ttyve +ttyvf + |