From: Steve Sakoman Date: Wed, 1 Feb 2012 17:24:48 +0000 (-0800) Subject: shadow-securetty: allow root logins on usb serial gadget device X-Git-Tag: 2015-4~11826 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6ba9dc6460eb615e002e90ead0f4d5bc31856f22;p=openembedded-core.git shadow-securetty: allow root logins on usb serial gadget device Existing tty list does not include ttyGS0, add it Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files/securetty index 28fa0afb72..a06dc4450e 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 e391d24933..40b52a9631 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}