Bug 2669
Summary: | Too restrictive permissions on some files prevent non-root build (with KBUILD_OUTPUT) | ||
---|---|---|---|
Product: | Other | Reporter: | Kalin KOZHUHAROV (kalin) |
Component: | Other | Assignee: | Adrian Bunk (bunk) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | linux-2.6.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Kalin KOZHUHAROV
2004-05-10 11:10:22 UTC
Oops, forgot to include the actual output, i.e. the files that cause trouble... # find /usr/src/linux-2.6.6 ! -perm -004 -exec ls -l {} \; -rw-r----- 1 500 500 2546 May 10 11:32 /usr/src/linux-2.6.6/arch/arm/mm/tlb-v6.S -rw-r----- 1 500 500 5018 May 10 11:31 /usr/src/linux-2.6.6/arch/arm/mm/cache-v6.S -rw-r----- 1 500 500 516 May 10 11:31 /usr/src/linux-2.6.6/arch/arm/mm/abort-ev6.S -rw-r----- 1 500 500 5924 May 10 11:31 /usr/src/linux-2.6.6/arch/arm/mm/proc-v6.S -rw-r----- 1 500 500 4751 May 10 11:33 /usr/src/linux-2.6.6/arch/arm/mm/blockops.c -rw-r----- 1 500 500 2273 May 10 11:32 /usr/src/linux-2.6.6/arch/arm/mm/copypage-v6.c -rw-r----- 1 500 500 13235 May 10 11:33 /usr/src/linux-2.6.6/drivers/char/agp/isoch.c -rw-r----- 1 500 500 17188 May 10 11:33 /usr/src/linux-2.6.6/drivers/input/joystick/grip_mp.c -rw-r----- 1 500 500 1593 May 10 11:33 /usr/src/linux-2.6.6/Documentation/scsi/ChangeLog.megaraid -rw-r----- 1 500 500 3106 May 10 11:33 /usr/src/linux-2.6.6/Documentation/networking/netif-msg.txt This seems to be already fixed in recent 2.6 kernels. |