View | Details | Raw Unified | Return to bug 234586 | Differences between
and this patch

Collapse All | Expand All

(-)tools/fix_file_permissions.sh (-1 / +1 lines)
Lines 6-12 Link Here
6
# servers, the "world" permissions should be removed, and the corresponding changes made to
6
# servers, the "world" permissions should be removed, and the corresponding changes made to
7
# the configuration variables listed below.
7
# the configuration variables listed below.
8
8
9
OPT=-c              # -c: Show changes.   On FreeBSD,  needs to be -vv
9
OPT=-vv             # -c: Show changes.   On FreeBSD,  needs to be -vv
10
10
11
ROOT=444            # Server root read only
11
ROOT=444            # Server root read only
12
DIR=755             # Directories need "exec" for directory operations. Matches {Store}{dirPermission}
12
DIR=755             # Directories need "exec" for directory operations. Matches {Store}{dirPermission}

Return to bug 234586