Hi there.
> I wanted to know ' How to disable the boot time option 'linux
> single' as at LILO this posses threat to the system security.
> Can any body will help in this regard.
It can't be disabled as such, but it can be password protected.
First, change the access permissions to /etc/lilo.conf to 600
(readable and writable by owner (root), no access to anybody
else).
Next, edit /etc/lilo.conf and, in the general settings section at
the beginning, add these two lines:
Q> password=XXXXX
Q> restricted
Set the password to whatever you wish.
The result of this is actually rather more general than just
protecting "linux single": If the person booting the machine
wishes to supply ANY parameters to the lilo kernel selection
parameter, they have to specify the password contained in the
"password=" line...
Best wishes from Riley.