Blame modules/pam_console/console.handlers

Packit Service b29381
# /etc/security/console.handlers
Packit Service b29381
#
Packit Service b29381
# This file is provided for configuration of handlers which will be 
Packit Service b29381
# executed when user obtains console lock and when he loses it.
Packit Service b29381
# Additionally it is used for a configuration of console device names.
Packit Service b29381
#
Packit Service b29381
# Format:
Packit Service b29381
# name consoledevs regex regex ...
Packit Service b29381
# binary lock|unlock flag flag ...
Packit Service b29381
# See man console.handlers
Packit Service b29381
#
Packit Service b29381
# Example:
Packit Service b29381
# console consoledevs tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]\.[0-9] :[0-9]
Packit Service b29381
# echo lock wait Locking console for user on tty
Packit Service b29381
# touch unlock wait /var/run/console-unlocked
Packit Service b29381
Packit Service b29381
console consoledevs /dev/tty[0-9][0-9]* tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]+\.[0-9]+ :[0-9]+