X-Git-Url: https://git.armaanb.net/?p=slock.git;a=blobdiff_plain;f=slock.1;fp=slock.1;h=82cdcd62064166a75975997e7901f1df7e5bea97;hp=2b2b7c82c773e467a234fceba67d4ad4e8ce0495;hb=bd069b08c5fe4fea3c78f6991a849b19ed40cbe0;hpb=2d85c5baed4c4b4ecc19f7934fac1fc6a5b5c410 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. .It Fl v Print version information to stdout and exit. .El +.Sh SECURITY CONSIDERATIONS +To make sure a locked screen can not be bypassed by switching VTs +or killing the X server with Ctrl+Alt+Backspace, it is recommended +to disable both in +.Xr xorg.conf 5 +for maximum security: +.Bd -literal -offset left +Section "ServerFlags" + Option "DontVTSwitch" "True" + Option "DontZap" "True" +EndSection +.Ed .Sh EXAMPLES $ .Nm