Package: shadow Severity: wishlist Tags: patch X-Debbugs-CC: [email protected]
Hi, I am now trying to run Debian on Renesas SH CPU. This is embedded CPU and this has some serial tty device(ttySC0-5). Current securetty file doesn't have ttySCx line. Would you add ttySCx line to securetty? I made a patch and attached. Best regards, Nobuhiro *** Please type your report below this line *** -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- a/debian/securetty.linux 2009-07-06 15:26:23.000000000 +0900 +++ b/debian/securetty.linux 2009-07-06 15:27:03.000000000 +0900 @@ -121,3 +121,11 @@ ttymxc3 ttymxc4 ttymxc5 + +# Embedded Renesas SuperH ports +ttySC0 +ttySC1 +ttySC2 +ttySC3 +ttySC4 +ttySC5

