I have deployed a kiosk mode system with gnome-kiosk on Ubuntu 24. Kiosk mode in gnome limits user interaction for a self-service computer.
The session is automatically started via GDM, and when the key combination CTRL is pressed, the system will switch to a tty allowing connection with the current user.
Do you have any idea how to block this behaviour and prevent the user from obtaining a tty with this key combination?
Thank you,