]> andersk Git - moira.git/commitdiff
chmod user homedirs to 0755. (AFS doesn't care, but some programs and
authordanw <danw>
Mon, 27 Oct 1997 17:58:44 +0000 (17:58 +0000)
committerdanw <danw>
Mon, 27 Oct 1997 17:58:44 +0000 (17:58 +0000)
people do)

incremental/afs_create.pl

index 09d9c7a3f1e81d2bb2aa2486069fd9848e424e3a..311d054378e5d0ef6ba9303c03a3ed16e042d635 100644 (file)
@@ -153,6 +153,7 @@ sub athena_proc
     if ($type eq "HOMEDIR") {
        die "Unable to get uid for user\n" unless ($uid);
 
+       chmod(0755, $path);
        mkdir("$path/Public",0755) && chown($uid,0,"$path/Public") &&
            mkdir("$path/Private",0700) && mkdir("$path/Mail", 0700) &&
                chown($uid,0,"$path/Public","$path/Private","$path/Mail") ||
This page took 0.044564 seconds and 5 git commands to generate.