Originally Posted by antonvdh@xs4all.nl
|
How can I prevent using linux commands like (Alt+F2) ore Ctrl+Alt+Backspace
(to kill xserver) with Zenworks Linux management.
|
You can use a remote execution policy to execute a shell script, which
for example, comments out the tty2 - tty6 lines in /etc/inittab and then
send SIGHUP to init so that it re-reads /etc/inittab (otherwise you would have to reboot for the change to take effect), so that the user can't use Alt-F2 - Alt-F6 and to put "option "DontZap" "yes"" under ServerFlags in /etc/X11/xorg.conf and restart X to disable Ctrl-Alt-Backspace.