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)
downloadpoky-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 28fa0afb72..a06dc4450e 100644
--- a/meta/recipes-extended/shadow/files/securetty
+++ b/meta/recipes-extended/shadow/files/securetty
@@ -25,6 +25,9 @@ ttyUSB0
25ttyUSB1 25ttyUSB1
26ttyUSB2 26ttyUSB2
27 27
28# USB serial gadget
29ttyGS0
30
28# PowerMac 31# PowerMac
29ttyPZ0 32ttyPZ0
30ttyPZ1 33ttyPZ1
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
6 6
7INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
8 8
9PR = "r1"
10
9SRC_URI = "file://securetty" 11SRC_URI = "file://securetty"
10 12
11# Since we deduce our arch from ${SERIAL_CONSOLE} 13# Since we deduce our arch from ${SERIAL_CONSOLE}