commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20111106


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20111106-1-29-g1e3a7e6
Date: Mon, 05 Dec 2011 01:45:47 +0000

The following commit has been merged in the master branch:
commit 1e3a7e69d1ea501695b227ff99e736f80f197a85
Author: Samuel Thibault <address@hidden>
Date:   Mon Dec 5 02:45:34 2011 +0100

    hurd.install: Add /etc/securetty.

diff --git a/debian/changelog b/debian/changelog
index 4fb2f8b..4638563 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ hurd (20111126-1~0) UNRELEASED; urgency=low
     /hurd/u?random.sh instead of making them alternatives. Set up
     /dev/u?random in hurd-udeb too.
   * hurd-udeb.install: Add /hurd/random.
+  * hurd.install: Add /etc/securetty.
 
  -- Samuel Thibault <address@hidden>  Sun, 06 Nov 2011 19:51:54 +0100
 
diff --git a/debian/hurd.install b/debian/hurd.install
index ea39265..35ebbf7 100644
--- a/debian/hurd.install
+++ b/debian/hurd.install
@@ -1,6 +1,7 @@
 debian/local/setup-translators usr/lib/hurd
 debian/local/random-hurd.sh hurd
 debian/local/urandom-hurd.sh hurd
+debian/local/securetty etc
 debian/tmp/lib/*.so.*
 debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console
 debian/tmp/hurd/*
diff --git a/debian/local/securetty b/debian/local/securetty
new file mode 100644
index 0000000..61d7a06
--- /dev/null
+++ b/debian/local/securetty
@@ -0,0 +1,76 @@
+# /etc/securetty: list of terminals on which root is allowed to login.
+# See securetty(5) and login(1).
+
+console
+
+# Local X displays (allows empty passwords with pam_unix's nullok_secure)
+:0
+:0.0
+:0.1
+:1
+:1.0
+:1.1
+:2
+:2.0
+:2.1
+:3
+:3.0
+:3.1
+#...
+
+# Virtual consoles
+tty1
+tty2
+tty3
+tty4
+tty5
+tty6
+tty7
+tty8
+tty9
+tty10
+tty11
+tty12
+tty13
+tty14
+tty15
+tty16
+tty17
+tty18
+tty19
+tty20
+tty21
+tty22
+tty23
+tty24
+tty25
+tty26
+tty27
+tty28
+tty29
+tty30
+tty31
+tty32
+tty33
+tty34
+tty35
+tty36
+tty37
+tty38
+tty39
+tty40
+tty41
+tty42
+tty43
+tty44
+tty45
+tty46
+tty47
+tty48
+tty49
+
+# UART serial ports
+com0
+com1
+com2
+com3

-- 
Debian GNU Hurd packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]