Re: what's next for the linux kernel?

From: Ragnar Hojland Espinosa
Date: Thu Oct 06 2005 - 10:44:06 EST


On Wed, Oct 05, 2005 at 11:55:16AM -0400, Lennart Sorensen wrote:
> On Wed, Oct 05, 2005 at 04:42:26PM +0100, Luke Kenneth Casson Leighton wrote:
> > i have no idea. as a user, i just did rm -fr /tmp/* (sorry - not
> > rm -fr /tmp) and it worked.
> >
> > as a user.
> >
> > not root.
>
> Then some admin didn't qualify for root having apparently removed the t
> bit from /tmp making it a world writeable dir. Ouch.
>
> > they weren't dumb enough to give it to me.
>
> But they made /tmp world writeable it seems. Impresive. :)

Silly accidents like that happen. A lazy tarballer in action:

# ls -ld foo
drwxr-xr-x 2 root root 48 Oct 6 17:34 foo
# cd foo
# tar cf ../foo.tar .

And too sleepy root who blindly untars to /tmp

# ls -ld tmp
drwxrwxrwt 2 root root 48 Oct 6 17:34 tmp
# tar xf foo.tar
# ls -ld tmp
drwxr-xr-x 2 root root 72 Oct 6 17:36 tmp

woops.

--
Ragnar Hojland - Project Manager
Linalco "Specialists in Linux and Free Software"
http://www.linalco.com Tel: +34-91-4561700
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/