aboutsummaryrefslogtreecommitdiff
path: root/slock.1
diff options
context:
space:
mode:
Diffstat (limited to 'slock.1')
-rw-r--r--slock.112
1 files changed, 12 insertions, 0 deletions
diff --git a/slock.1 b/slock.1
index 2b2b7c8..82cdcd6 100644
--- a/slock.1
+++ b/slock.1
@@ -17,6 +17,18 @@ is executed after the screen has been locked.
17.It Fl v 17.It Fl v
18Print version information to stdout and exit. 18Print version information to stdout and exit.
19.El 19.El
20.Sh SECURITY CONSIDERATIONS
21To make sure a locked screen can not be bypassed by switching VTs
22or killing the X server with Ctrl+Alt+Backspace, it is recommended
23to disable both in
24.Xr xorg.conf 5
25for maximum security:
26.Bd -literal -offset left
27Section "ServerFlags"
28 Option "DontVTSwitch" "True"
29 Option "DontZap" "True"
30EndSection
31.Ed
20.Sh EXAMPLES 32.Sh EXAMPLES
21$ 33$
22.Nm 34.Nm