diff options
| author | FRIGN <dev@frign.de> | 2016-09-28 20:20:51 +0200 |
|---|---|---|
| committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-09-28 22:01:58 +0200 |
| commit | bd069b08c5fe4fea3c78f6991a849b19ed40cbe0 (patch) | |
| tree | 6ef0f060c86bd634193ca467f2479792156d13b8 | |
| parent | 2d85c5baed4c4b4ecc19f7934fac1fc6a5b5c410 (diff) | |
Add a section on security considerations
The section on security considerations sheds some light on the problems that we
can't solve within slock but which the user has to solve in his X configuration.
| -rw-r--r-- | slock.1 | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -17,6 +17,18 @@ is executed after the screen has been locked. | |||
| 17 | .It Fl v | 17 | .It Fl v |
| 18 | Print version information to stdout and exit. | 18 | Print version information to stdout and exit. |
| 19 | .El | 19 | .El |
| 20 | .Sh SECURITY CONSIDERATIONS | ||
| 21 | To make sure a locked screen can not be bypassed by switching VTs | ||
| 22 | or killing the X server with Ctrl+Alt+Backspace, it is recommended | ||
| 23 | to disable both in | ||
| 24 | .Xr xorg.conf 5 | ||
| 25 | for maximum security: | ||
| 26 | .Bd -literal -offset left | ||
| 27 | Section "ServerFlags" | ||
| 28 | Option "DontVTSwitch" "True" | ||
| 29 | Option "DontZap" "True" | ||
| 30 | EndSection | ||
| 31 | .Ed | ||
| 20 | .Sh EXAMPLES | 32 | .Sh EXAMPLES |
| 21 | $ | 33 | $ |
| 22 | .Nm | 34 | .Nm |
