Re: harden-doc: chapter 4.8 Restricting system reboots through the console

2006-09-17 Thread Javier Fernández-Sanguino Peña
On Sun, Sep 17, 2006 at 10:50:47AM +0200, Mario Fux wrote: > > change > > /sbin/shutdown -t1 -a -r now > > for /bin/false > > or anything else you whant to happen with ctrl-alt-delete > > Yes, I know. I seem to be unprecise. In harden-doc is written that when the > -a > option is included only u

Re: harden-doc: chapter 4.8 Restricting system reboots through the console

2006-09-17 Thread Mario Fux
Am Samstag, 16. September 2006 23.09 schrieb Hans: Good morning > in inittab > > # What to do when CTRL-ALT-DEL is pressed. > ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now > > change > /sbin/shutdown -t1 -a -r now > for /bin/false > or anything else you whant to happen with ctrl-alt-delete Ye