Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] permission test
Date: Tue, 18 Oct 2011 18:13:27
Message-Id: 20111018181314.GP843@gentoo.org
In Reply to: [gentoo-alt] permission test by Burcin Erocal
1 On 18-10-2011 20:10:24 +0200, Burcin Erocal wrote:
2 > Attached trivial patch puts this check in an if statement depending on
3 > an environment variable QA_SKIP_WRITABLE. Setting this in make.conf
4 > makes prefix usable again.
5
6 > diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
7 > --- a/bin/misc-functions.sh
8 > +++ b/bin/misc-functions.sh
9 > @@ -168,6 +168,7 @@
10 > fi
11 >
12 > # Now we look for all world writable files.
13 > + if [ "${QA_SKIP_WRITABLE-unset}" == unset ] ; then
14 > local i
15 > for i in $(find "${D}/" -type f -perm -2); do
16
17 How would this work, if you changed the D into ED here? Checking files
18 outside of our control is indeed not really useful.
19
20
21 --
22 Fabian Groffen
23 Gentoo on a different level

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-alt] permission test Burcin Erocal <burcin@××××××.org>