From b837366984a747dfd94b2dd5d06006e0ccf5bb19 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 7 Nov 2017 23:06:15 +0000 Subject: [PATCH] fixed perms a bit more --- scripts/customize/fred/refred.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1