Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vlock-plugins(5) [debian man page]

VLOCK-PLUGINS(5)					     Linux Programmer's Manual						  VLOCK-PLUGINS(5)

NAME
vlock-plugins - plugin support for vlock DESCRIPTION
If vlock-main(8) is compiled with plugin support its default features are very limited: it can only lock the current session and ask for authenticiaton. However it is possible to extend this functions through plugins. These plugins are loaded when vlock-main starts and can provide hooks that are called at certain points during the lifetime of the vlock-main process. DEFAULT PLUGINS
The following plugins are provided when installing vlock with default options: all This plugin locks all sessions by disabling console switching. It is also loaded when giving the -a,--all option to vlock(1). new This plugin switches to a new virtual console before disabling console switching through the "all" plugin. It is also loaded when giving the -n,--new option to vlock(1). nosysrq Linux only. This plugin disables the Linux SysRQ mechanism before the console switching is locked by the "all" plugin. It is also loaded when giving the -s,--disable-sysrq option to vlock(1). ADDITIONAL PLUGINS
The following plugins are only available if explicitely selected at build time: caca This plugin runs a random libcaca screensaver when the screen is locked. WRITING PLUGINS
For information about writing plugins see the PLUGINS file in the vlock source distribution. SEE ALSO
vlock(1), vlock-main(8) AUTHORS
Frank Benkstein <frank-vlock@benkstein.net> Linux 10 November 2007 VLOCK-PLUGINS(5)

Check Out this Related Man Page

VLOCK-MAIN(8)						     Linux Programmer's Manual						     VLOCK-MAIN(8)

NAME
vlock-main - lock current virtual console SYNOPSIS
vlock-main [plugins...] DESCRIPTION
vlock-main is part of vlock(1), the Virtual Console locking program for Linux. It locks the current session and will only exit if the cur- rent user can authenticate themselves. The root user will also be able to unlock the session, unless disabled at compile time. The com- mand line arguments specify plugins that should be loaded by vlock-main. See vlock-plugins(5) for more information. If plugin support is disabled at compile time, the only supported argument is "all". ENVIRONMENT VARIABLES
The following environment variables can be used to change the behavior of vlock-main: USER If this variable is when vlock-main is run as root (uid 0) vlock locks the screen as this user instead of root. The root password will still be able to unlock the session, unless disabled at compile time. VLOCK_ALL_MESSAGE If this variable is set and all consoles are locked its contents will be used as the locking message instead of the default message. VLOCK_CURRENT_MESSAGE If this variable is set and only the current consoles is locked its contents will be used as the locking message instead of the default message. VLOCK_MESSAGE If this variable is set its contents will be used as the locking message instead of the default. This overrides the former two variables. VLOCK_TIMEOUT Set this variable to specify the timeout (in seconds) after which the screen saver plugins (if any) will be invoked. If this vari- able is unset or set to an invalid value or 0 no timeout is used. See vlock-plugins(5) for more information about plugins. VLOCK_PROMPT_TIMEOUT Set this variable to specify the amount of time (in seconds) you will have to enter your password at the password prompt. If this variable is unset or set to an invalid value or 0 no timeout is used. Warning: If this value is too low, you may not be able to unlock your session. SIGNALS
Several signals are ignored. vlock-main will try to exit cleanly if SIGTERM is received. SEE ALSO
vlock(1), vlock-plugins(5) AUTHORS
Frank Benkstein <frank-vlock@benkstein.net> Linux 28 July 2007 VLOCK-MAIN(8)
Man Page