From: Chris Koeritz Date: Tue, 7 Nov 2017 23:06:15 +0000 (+0000) Subject: fixed perms a bit more X-Git-Tag: 2.140.90~47 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b837366984a747dfd94b2dd5d06006e0ccf5bb19 fixed perms a bit more --- diff --git a/scripts/customize/fred/refred.sh b/scripts/customize/fred/refred.sh index 13298710..b04be4b5 100644 --- a/scripts/customize/fred/refred.sh +++ b/scripts/customize/fred/refred.sh @@ -25,8 +25,8 @@ function refred() # special case for archives directory. if [ -d /z/stuffing -o -L /z/stuffing ]; then - chmod g+rx /z - chmod g+rwx /z/stuffing + chmod g+rx,o+rx /z + chmod g+rx,o-rwx /z/stuffing pushd /z/stuffing &>/dev/null if [ -d archives -o -L archives ]; then group_perm archives; fi popd &>/dev/null