Re: Kernelsources writeable for everyone?!

From: Rene Scharfe
Date: Sat Jun 24 2006 - 14:13:00 EST


Daniel schrieb:
> Hi,
> may be this was reported/asked 999999999 times, but here ist the 1000000000th:

You're close. :-P

> I have downloaded linux-2.6.17.1 10 min ago and I noticed that every file is
> writeable by everyone. What's going on there?
>
> coffee src # tar -jtvf linux-2.6.17.1.tar.bz2
> drwxrwxrwx git/git 0 2006-06-20 11:31:55 linux-2.6.17.1/

This is intentional. You can set the permissions to anything you want
by making tar honor the umask setting -- without needing to run chmod
after extracting.

So either use the --no-same-permissions option of GNU tar, or simply
don't run tar as root (then this option is on by default), which is a
good idea anyway.

René
-
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/