autofs: Add more strict umask to users
This commit is contained in:
parent
1b3a2a8000
commit
40e834144f
3 changed files with 19 additions and 0 deletions
3
roles/autofs/files/umask.csh
Executable file
3
roles/autofs/files/umask.csh
Executable file
|
@ -0,0 +1,3 @@
|
|||
if ($uid > 999 && "`/usr/bin/id -gn`" == "`/usr/bin/id -un`") then
|
||||
umask 007
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue