samba: make file/dir masks a bit more restrictive

This commit is contained in:
Motiejus Jakštys 2023-09-13 09:00:28 +03:00
parent 00a6a27b92
commit e12e139128
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
public = "yes";
"guest ok" = "yes";
"read only" = "no";
"create mask" = "0666";
"directory mask" = "0777";
"create mask" = "0664";
"directory mask" = "0775";
"force user" = "jakstpub";
"force group" = "jakstpub";
};