You are not logged in.

#1 2006-06-17 22:22:47

dalcasey
Member
Registered: 2006-03-05
Posts: 22

What good is locking your session... (SOLVED)

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! big_smile

Offline

#2 2006-06-17 22:31:35

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: What good is locking your session... (SOLVED)

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

#3 2006-06-17 22:57:23

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: What good is locking your session... (SOLVED)

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

#4 2006-06-17 23:01:39

dalcasey
Member
Registered: 2006-03-05
Posts: 22

Re: What good is locking your session... (SOLVED)

Woah! Awesome guys, thanks for the fast replies. No more goofing around from my friends on my computer anymore big_smile Thanks again!


Tux has helped me close the gates! big_smile

Offline

Board footer

Powered by FluxBB