diff options
author | Steve Sakoman <steve@sakoman.com> | 2012-02-01 09:24:48 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-03 17:22:12 +0000 |
commit | 3301dc44b2942a930875a261a203099bc9d09f73 (patch) | |
tree | 216685f6480a8d8c49322eb6ad31e10915240d66 /meta/recipes-extended/shadow/files/securetty | |
parent | 3b1ad76c871584bd7df0207ad4170fe65de229eb (diff) | |
download | 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/files/securetty')
-rw-r--r-- | meta/recipes-extended/shadow/files/securetty | 3 |
1 files changed, 3 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 | |||
25 | ttyUSB1 | 25 | ttyUSB1 |
26 | ttyUSB2 | 26 | ttyUSB2 |
27 | 27 | ||
28 | # USB serial gadget | ||
29 | ttyGS0 | ||
30 | |||
28 | # PowerMac | 31 | # PowerMac |
29 | ttyPZ0 | 32 | ttyPZ0 |
30 | ttyPZ1 | 33 | ttyPZ1 |