summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2011-05-10 19:43:20 -0500
committerPaul Varner <fuzzyray@gentoo.org>2011-05-10 19:43:20 -0500
commit6d3eb84a5739faf2c4dcb6030791fdd7491ce570 (patch)
tree4016cb55ffdc5bcca1bfd46cd4a3574c8f97eed9 /bin
parent38d480d4eea1d2db421d4fa9ed9af2a32bbebe37 (diff)
downloadgentoolkit-6d3eb84a5739faf2c4dcb6030791fdd7491ce570.tar.gz
Change chmod 700 to chmod 600 when changing permissions on the cache files. Bug 356779
Diffstat (limited to 'bin')
-rwxr-xr-xbin/revdep-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild
index e034124..7d89238 100755
--- a/bin/revdep-rebuild
+++ b/bin/revdep-rebuild
@@ -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