summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2012-02-01 09:24:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-03 17:22:12 +0000
commit3301dc44b2942a930875a261a203099bc9d09f73 (patch)
tree216685f6480a8d8c49322eb6ad31e10915240d66 /meta/recipes-extended/shadow
parent3b1ad76c871584bd7df0207ad4170fe65de229eb (diff)
downloadast2050-yocto-poky-3301dc44b2942a930875a261a203099bc9d09f73.zip
ast2050-yocto-poky-3301dc44b2942a930875a261a203099bc9d09f73.tar.gz
shadow-securetty: allow root logins on usb serial gadget device
Existing tty list does not include ttyGS0, add it (From OE-Core rev: 6ba9dc6460eb615e002e90ead0f4d5bc31856f22) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow')
-rw-r--r--meta/recipes-extended/shadow/files/securetty3
-rw-r--r--meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb2
2 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files/securetty
index 28fa0af..a06dc44 100644
--- a/meta/recipes-extended/shadow/files/securetty
+++ b/meta/recipes-extended/shadow/files/securetty
@@ -25,6 +25,9 @@ ttyUSB0
ttyUSB1
ttyUSB2
+# USB serial gadget
+ttyGS0
+
# PowerMac
ttyPZ0
ttyPZ1
diff --git a/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb
index e391d24..40b52a9 100644
--- a/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
INHIBIT_DEFAULT_DEPS = "1"
+PR = "r1"
+
SRC_URI = "file://securetty"
# Since we deduce our arch from ${SERIAL_CONSOLE}
OpenPOWER on IntegriCloud