diff --git a/debian/changelog b/debian/changelog index c550ab64..ef3cf817 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ shadow (1:4.1.4.3-1) unstable; urgency=low - Fix formatting of the login.defs.5 manpage. Closes: #542804 * debian/securetty.kfreebsd: On GNU/kFreeBSD the serial devices have change from /dev/cuuaX to /dev/ttydX in kernel 6.0. Closes: #544523 + * debian/securetty.linux: Added support for embedded ARM AMBA PL011 ports + (e.g. emulated by QEMU). Closes: #544184 - -- Nicolas FRANCOIS (Nekral) Tue, 01 Sep 2009 15:29:01 +0200 + -- Nicolas FRANCOIS (Nekral) Sat, 05 Sep 2009 22:47:31 +0200 shadow (1:4.1.4.2-1) unstable; urgency=low diff --git a/debian/securetty.linux b/debian/securetty.linux index 13d59d5a..85b1e82c 100644 --- a/debian/securetty.linux +++ b/debian/securetty.linux @@ -134,4 +134,9 @@ ttySC3 ttySC4 ttySC5 +# Embedded ARM AMBA PL011 ports (e.g. emulated by QEMU) +ttyama0 +ttyama1 +ttyama2 +ttyama3