diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-07-13 11:05:35 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-13 13:00:50 +0200 |
| commit | c1c7e8b7885263b3ffca466ef40f3264198ea509 (patch) | |
| tree | 10bcbb062fc8c46f235b800abc11f13fbfd67346 /system/skeleton | |
| parent | bee5745ccc20be6dbba243b1f8af0d5c522923e8 (diff) | |
| download | buildroot-c1c7e8b7885263b3ffca466ef40f3264198ea509.tar.gz buildroot-c1c7e8b7885263b3ffca466ef40f3264198ea509.zip | |
core/skeleton: drop /etc/securetty
securetty is supposed to restrict the terminals root is allowed to
login from. As it happens, login from busybox (w/ securetty support)
is actually enforcing use of securetty, while login from util-linux
is completely ignoring securetty altogether.
Remove securetty from our skeleton altogether and stop worrying about
it.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system/skeleton')
| -rw-r--r-- | system/skeleton/etc/securetty | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/system/skeleton/etc/securetty b/system/skeleton/etc/securetty deleted file mode 100644 index 0722677165..0000000000 --- a/system/skeleton/etc/securetty +++ /dev/null @@ -1,57 +0,0 @@ -tty1 -tty2 -tty3 -tty4 -tty5 -tty6 -tty7 -tty8 -ttyS0 -ttyS1 -ttyS2 -ttyS3 -ttyAMA0 -ttyAMA1 -ttyAMA2 -ttyAMA3 -ttySAC0 -ttySAC1 -ttySAC2 -ttySAC3 -ttyUL0 -ttyUL1 -ttyUL2 -ttyUL3 -ttyPS0 -ttyPS1 -ttyPSC0 -ttyPSC1 -ttyPSC2 -ttyPSC3 -ttyCPM0 -ttyCPM1 -ttyCPM2 -ttyCPM3 -ttymxc0 -ttymxc1 -ttymxc2 -ttyO0 -ttyO1 -ttyO2 -ttyO3 -ttyAM0 -ttyAM1 -ttyAM2 -ttySC0 -ttySC1 -ttySC2 -ttySC3 -ttySC4 -ttySC5 -ttySC6 -ttySC7 -ttyGS0 -hvc0 -hvc1 -hvc2 -hvc3 |

