Re: Disable Alt + Ctrl + Backspace selectively

From: Sebastian Hans (hanss_at_in.tum.de)
Date: 01/29/04


Date: Thu, 29 Jan 2004 11:01:53 +0000 (UTC)

Xin Li <xinli1@illinoisalumni.org> wrote:
> The bigger picture behind this question is this. I am writing a
> restrictive shell environment for linux. What I am writing will
> basically replace the standard Gnome/KDE desktop and present a very
> limit number of things that the user can do. The system will be
> configured such that root will get the normal KDE/Gnome desktop, but
> non-root users will only get our restrictive shell. So when you are
> in this shell, things like Virtual terminals, multiple desktops and
> Alt + Ctrl + Backspace should be disabled.
>
> But it seems like that's not going to be possible, from what I've read
> of this thread.

Well, you can disable virtual terminals by not starting a getty on them.
You could, maybe, start them when root logs in, then kill them when
he/she logs out again.

Multiple desktops are a window manager thing. Configure your wm to only
give you one desktop.

As for Alt+Ctrl+Backspace, I'm not sure this can be done.

Seb.