mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3b1ad76c87
commit
3301dc44b2
@@ -25,6 +25,9 @@ ttyUSB0
|
|||||||
ttyUSB1
|
ttyUSB1
|
||||||
ttyUSB2
|
ttyUSB2
|
||||||
|
|
||||||
|
# USB serial gadget
|
||||||
|
ttyGS0
|
||||||
|
|
||||||
# PowerMac
|
# PowerMac
|
||||||
ttyPZ0
|
ttyPZ0
|
||||||
ttyPZ1
|
ttyPZ1
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
|
|||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "file://securetty"
|
SRC_URI = "file://securetty"
|
||||||
|
|
||||||
# Since we deduce our arch from ${SERIAL_CONSOLE}
|
# Since we deduce our arch from ${SERIAL_CONSOLE}
|
||||||
|
|||||||
Reference in New Issue
Block a user