DRI3000
DRI3000
Posted Feb 22, 2013 11:16 UTC (Fri) by lindi (subscriber, #53135)In reply to: DRI3000 by Serge
Parent article: LCA: The X-men speak
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
to xorg.conf it manages to kill the server. However, a malicious user can run
setxkbmap -option ""
to disable this. It doesn't seem like ctrl-alt-backspace for designed for security.
Posted Feb 22, 2013 19:22 UTC (Fri)
by Serge (guest, #84957)
[Link] (3 responses)
That user would probably be you, and this is fine, since you should be able to change your settings. If someone else can run arbitrary commands in your session, Xorg is the least of your problems. :) Those setting will be lost as soon as you log out anyway.
> It doesn't seem like ctrl-alt-backspace for designed for security.
I guess it was not designed for security, but you can still use it for security. :) On the other hand Alt+SysRq+K was actually designed for security.
Posted Feb 22, 2013 19:35 UTC (Fri)
by lindi (subscriber, #53135)
[Link] (2 responses)
Posted Feb 22, 2013 20:11 UTC (Fri)
by Serge (guest, #84957)
[Link] (1 responses)
If somebody logged in, disabled terminate sequence and started login screen emulation, you'll notice, that nothing happens when you press Ctrl-Alt-BS. :) But I agree that "Secure Access Key" (Alt+SysRq+K on Linux) is better for that, and it works both for text and X terminals. It's just some distributions disable Magic SysRq keys, while C-A-BS usually works everywhere during login screen.
Posted Feb 22, 2013 20:26 UTC (Fri)
by lindi (subscriber, #53135)
[Link]
DRI3000
DRI3000
DRI3000
DRI3000