samba: make file/dir masks a bit more restrictive
This commit is contained in:
parent
00a6a27b92
commit
e12e139128
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user