Bug#556522: hurd - using the login shell is insecure

2011-01-11 Thread Samuel Thibault
Justus Winter, le Wed 12 Jan 2011 00:39:35 +0100, a écrit : > diff -r a95557dc73eb debian/postrm > --- /dev/null Thu Jan 01 00:00:00 1970 + > +++ b/debian/postrm Tue Jan 11 23:38:12 2011 + > @@ -0,0 +1,20 @@ > +#!/bin/sh > +set -e > + > +if [ "$1" = purge ]; then > + remove-shell /bin/lo

Bug#556522: hurd - using the login shell is insecure

2011-01-11 Thread Justus Winter
Hey Samuel :) > Justus Winter, le Mon 10 Jan 2011 00:36:07 +0100, a écrit : > > I incorporated some code from util-linuxs getty to make hurds getty > > ask for a login name and pass that name to login. This way the > > login shell is no longer needed. I also turned on logins --paranoid > > flag to