You are not logged in.
What good is locking your session if, unless I have mine set up wrong (using KDE's "Lock Session" function) restarting X (ctrl-alt-backspace) and typing startx will bring an intruder right to my desktop, or in my case any friend of mine that has minimal Linux knowledge.. Just wondering if anyone else might know of something I can do to fix this.
Thanks!
Tux has helped me close the gates!
Offline
That's the security you put on it by yourself. Use a desktop manager like kdm or gdm and use it to login: no possible way to get to the shell. Another way: configure X with options like no possible VT switching and disable zapping using C-A-BS.
Offline
Alternatively, you can start X with
exec startx
- then when the X server is killed it immediately returns you to the login instead of the shell prompt. I have it set this way on my work machine, with an alias in my .bashrc:
alias startx="exec startx"
Offline
Woah! Awesome guys, thanks for the fast replies. No more goofing around from my friends on my computer anymore Thanks again!
Tux has helped me close the gates!
Offline