]> code.ossystems Code Review - openembedded-core.git/commitdiff
shadow-securetty: allow root logins on usb serial gadget device
authorSteve Sakoman <steve@sakoman.com>
Wed, 1 Feb 2012 17:24:48 +0000 (09:24 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Feb 2012 17:22:01 +0000 (17:22 +0000)
Existing tty list does not include ttyGS0, add it

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/files/securetty
meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb

index 28fa0afb72c7fbb0039fc355b94abb3a858a4f95..a06dc4450e4e10cb064a2dcbdb8577bcf2631fc9 100644 (file)
@@ -25,6 +25,9 @@ ttyUSB0
 ttyUSB1
 ttyUSB2
 
+# USB serial gadget
+ttyGS0
+
 # PowerMac
 ttyPZ0
 ttyPZ1
index e391d2493394ecbcb49c5368cab117e9bdb58920..40b52a9631befe160a13d1422b6e4a766548444e 100644 (file)
@@ -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}