--- slock.1 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/slock.1 b/slock.1 index 2b2b7c8..6c1e8bd 100644 --- a/slock.1 +++ b/slock.1 _AT_@ -17,10 +17,18 @@ is executed after the screen has been locked. .It Fl v Print version information to stdout and exit. .El -.Sh EXAMPLES -$ -.Nm -/usr/sbin/s2ram +.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 CUSTOMIZATION .Nm can be customized by creating a custom config.h from config.def.h and -- 2.7.3 --Multipart=_Wed__28_Sep_2016_20_33_24_+0200_9t.gynGeXsC8aasd--Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Wed Sep 28 2016 - 21:00:14 CEST