logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vlock-plugins - plugin support for vlock

Additional Plugins

The following plugins are only available if explicitly selected at build time: caca This plugin runs a random libcaca screensaver when the screen is locked.

Authors

Frank Benkstein <frank-vlock@benkstein.net> Linux 10 November 2007 VLOCK-PLUGINS(5)

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).

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.

Name

vlock-plugins - plugin support for vlock

See Also

vlock(1), vlock-main(8)

Writing Plugins

For information about writing plugins see the PLUGINS file in the vlock source distribution.

See Also