From 8eaa6f8b4c106d7fdb65561fc9e81631a04aa8fe Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 16 May 2009 17:08:44 +0000 Subject: [PATCH] * man/login.defs.d/CONSOLE.xml: Document the format of the CONSOLE file. --- ChangeLog | 5 +++++ man/login.defs.d/CONSOLE.xml | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e18c2319..301d08d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-16 Nicolas François + + * man/login.defs.d/CONSOLE.xml: Document the format of the CONSOLE + file. + 2009-05-16 Nicolas François * src/login.c: Fix failure of non PAM enabled versions when an diff --git a/man/login.defs.d/CONSOLE.xml b/man/login.defs.d/CONSOLE.xml index e401c4d8..a5f69325 100644 --- a/man/login.defs.d/CONSOLE.xml +++ b/man/login.defs.d/CONSOLE.xml @@ -33,11 +33,14 @@ If defined, either full pathname of a file containing device names - or a ":" delimited list of device names. Root logins will be + (one per line) or a ":" delimited list of device names. Root logins will be allowed only upon these devices. If not defined, root will be allowed on any device. + + The device should be specified without the /dev/ prefix. +