ansible/roles/autofs/files/umask.csh

3 lines
87 B
Tcsh
Executable file

if ($uid > 999 && "`/usr/bin/id -gn`" == "`/usr/bin/id -un`") then
umask 007
endif