Magellan Linux

Diff of /trunk/pam-config/console.handlers

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1955 by niro, Thu Aug 30 13:44:59 2012 UTC revision 1956 by niro, Sat Oct 20 12:46:50 2012 UTC
# Line 1  Line 1 
1  # Begin /etc/security/console.handlers  # /etc/security/console.handlers
2  console consoledevs tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]\.[0-9] :[0-9]  #
3    # This file is provided for configuration of handlers which will be
4    # executed when user obtains console lock and when he loses it.
5    # Additionally it is used for a configuration of console device names.
6    #
7    # Format:
8    # name consoledevs regex regex ...
9    # binary lock|unlock flag flag ...
10    # See man console.handlers
11    #
12    # Example:
13    # console consoledevs tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]\.[0-9] :[0-9]
14    # echo lock wait Locking console for user on tty
15    # touch unlock wait /var/run/console-unlocked
16    
17    console consoledevs tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]+\.[0-9]+ :[0-9]+

Legend:
Removed from v.1955  
changed lines
  Added in v.1956