Re: The kernel should try /sbin/sulogin first.

Mike Kilburn (mike@conexio.co.za)
Sat, 18 Jan 1997 11:18:23 +0200 (SAT)


On Fri, 17 Jan 1997, Nicolas Lichtmaier wrote:

> - execve("/sbin/init",argv_init,envp_init);
> + execve("/sbin/sulogin",argv_init,envp_init);

I dont think a fundamental change like this is a good idea
right now. A lot of people use Linux for things that depend
on the previous behavior. Besides, this adds no addition
security, just causes more wasted man hours changing to
accommodate the new behavior.