„README.md“ ändern

This commit is contained in:
Kaisa Marysia 2021-12-07 09:18:06 +01:00
parent 1710d29b17
commit 65e299e53b

View file

@ -53,7 +53,15 @@ session-wrapper=/etc/lightdm/Xsession
[XDMCPServer] [XDMCPServer]
[VNCServer] [VNCServer]
ROOT# ```
Don't allow X11 to switch Virtual Terminal, because you can switch the VT and so jump into a running session.
Create a xorg config file into **/etc/X11/xorg.conf.d/00-blockvt.conf**
```
Section "ServerFlags"
Option "DontVTSwitch" "on"
EndSection
``` ```
If you use a different dm, like GDM from gnome, disable this service If you use a different dm, like GDM from gnome, disable this service