Linux Login Security Hole

Status
Not open for further replies.
Can someone please eloborate on what the linux login security hole is all about ?

*gentoo-wiki.com/TIP_Fix_The_Login_Security_Hole

Gentoo Wiki explains the problem well, but not the solution. :(

Edit:
And how do I disable ctrl+alt+function_key when the user is running X ? I noticed that it allows the user to mess up my session...
 
Last edited:

Faun

Wahahaha~!
Staff member
just comment out the entries in /etc/inittab file

# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux
c2:2345:respawn:/sbin/agetty -8 38400 vc/2 linux
#c3:2345:respawn:/sbin/agetty -8 38400 vc/3 linux
#c4:2345:respawn:/sbin/agetty -8 38400 vc/4 linux
#c5:2345:respawn:/sbin/agetty -8 38400 vc/5 linux
#c6:2345:respawn:/sbin/agetty -8 38400 vc/6 linux

I hav just two vc running aside
 
Status
Not open for further replies.
Top Bottom