summaryrefslogtreecommitdiffstats
path: root/package/util-linux
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-07-13 11:05:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-13 13:00:50 +0200
commitc1c7e8b7885263b3ffca466ef40f3264198ea509 (patch)
tree10bcbb062fc8c46f235b800abc11f13fbfd67346 /package/util-linux
parentbee5745ccc20be6dbba243b1f8af0d5c522923e8 (diff)
downloadbuildroot-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 'package/util-linux')
-rw-r--r--package/util-linux/login.pam1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/util-linux/login.pam b/package/util-linux/login.pam
index 1d9cd70e1e..01f56324da 100644
--- a/package/util-linux/login.pam
+++ b/package/util-linux/login.pam
@@ -1,4 +1,3 @@
-auth required pam_securetty.so
auth required pam_unix.so nullok
account required pam_unix.so
OpenPOWER on IntegriCloud