* [PATCH] shadow-securetty: allow root logins on usb serial gadget device
@ 2012-02-01 17:09 Steve Sakoman
2012-02-01 17:11 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Steve Sakoman @ 2012-02-01 17:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Steve Sakoman
Existing tty list does not include ttyGS0, add it
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/recipes-extended/shadow/files/securetty | 3 +++
.../shadow/shadow-securetty_4.1.4.3.bb | 2 ++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files/securetty
index 28fa0af..a06dc44 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 e391d24..c7a206e 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 = "1"
+
SRC_URI = "file://securetty"
# Since we deduce our arch from ${SERIAL_CONSOLE}
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] shadow-securetty: allow root logins on usb serial gadget device
2012-02-01 17:09 [PATCH] shadow-securetty: allow root logins on usb serial gadget device Steve Sakoman
@ 2012-02-01 17:11 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2012-02-01 17:11 UTC (permalink / raw)
To: openembedded-core; +Cc: Steve Sakoman
On Wednesday 01 February 2012 09:09:12 Steve Sakoman wrote:
>...
> --- 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 = "1"
> +
I think this needs to be PR = "r1"
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-01 17:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 17:09 [PATCH] shadow-securetty: allow root logins on usb serial gadget device Steve Sakoman
2012-02-01 17:11 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox