Change chmod 700 to chmod 600 when changing permissions on the cache files. Bug 356779
authorPaul Varner <fuzzyray@gentoo.org>
Wed, 11 May 2011 00:43:20 +0000 (19:43 -0500)
committerPaul Varner <fuzzyray@gentoo.org>
Wed, 11 May 2011 00:43:20 +0000 (19:43 -0500)
bin/revdep-rebuild

index e0341246054cc1c58b433cc0a91fef153a373438..7d8923863a5bc3457b8e195b06558e79b2eb9584 100755 (executable)
@@ -629,7 +629,7 @@ get_search_env() {
                for file in "${FILES[@]}"; do
                        if [ -e "$file" ]; then
                                chown ${uid}:portage "$file"
-                               chmod 700 "$file"
+                               chmod 600 "$file"
                        fi
                done
        fi