* linux-2.6.0 kernel distribution non-world-readable files
@ 2003-12-24 0:34 Ross Boswell
2003-12-24 1:10 ` Thomas Zehetbauer
0 siblings, 1 reply; 2+ messages in thread
From: Ross Boswell @ 2003-12-24 0:34 UTC (permalink / raw)
To: linux-kernel
In trying to do the Right Thing (tm) and compile the kernel without
root privilege, I discovered that the following files in the
standard linux-2.6.0 distribution seem to have read permission
for user and group but not other:
linux-2.6.0/Documentation/scsi/ChangeLog.megaraid
linux-2.6.0/drivers/input/joystick/grip_mp.c
linux-2.6.0/drivers/char/agp/isoch.c
linux-2.6.0/include/video/neomagic.h
I guess this needs fixing.
Merry Christmas -- Ross
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: linux-2.6.0 kernel distribution non-world-readable files
2003-12-24 0:34 linux-2.6.0 kernel distribution non-world-readable files Ross Boswell
@ 2003-12-24 1:10 ` Thomas Zehetbauer
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Zehetbauer @ 2003-12-24 1:10 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 560 bytes --]
When you unpack the tar as an unprivileged user you get ownership of the
files and can compile. root on the other hand should have a restrictive
umask setting so you would need to chmod anyways. However I find myself
typing "chown -R 0.0 .; chmod -R u=rwX,go=rX ." quite often so I would
appreciate some kind of a (set|fix)perms target.
Tom
--
T h o m a s Z e h e t b a u e r ( TZ251 )
PGP encrypted mail preferred - KeyID 96FFCB89
mail pgp-key-request@hostmaster.org
Success is, when there is only one opponent left: yourself
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-24 1:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-24 0:34 linux-2.6.0 kernel distribution non-world-readable files Ross Boswell
2003-12-24 1:10 ` Thomas Zehetbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox