slitaz-base-files diff rootfs/etc/securetty @ rev 284

/etc/profile: fix PS1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 18:38:54 2015 +0200 (2015-08-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/etc/securetty	Thu Aug 20 18:38:54 2015 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +# /etc/securetty: List of terminals on which root is allowed to login.
     1.5 +#
     1.6 +console
     1.7 +
     1.8 +# For people with serial port consoles
     1.9 +ttyS0
    1.10 +
    1.11 +# Standard consoles
    1.12 +tty1
    1.13 +tty2
    1.14 +tty3
    1.15 +tty4
    1.16 +tty5
    1.17 +tty6
    1.18 +tty7