I have modified /etc/inittab for asking a password for root login at boot.
Code: Select all
::sysinit:/etc/rc.d/rc.sysinit
tty1::respawn:getty 38400 tty1
tty2::respawn:getty 38400 tty2
::ctrlaltdel:/sbin/reboot
I changed the root password from woofwoof with the command:
Code: Select all
passwd
Is there a way for asking that password every time X starts? I think xwin script should be modified.