samba: make file/dir masks a bit more restrictive
This commit is contained in:
parent
00a6a27b92
commit
e12e139128
@ -34,8 +34,8 @@
|
|||||||
public = "yes";
|
public = "yes";
|
||||||
"guest ok" = "yes";
|
"guest ok" = "yes";
|
||||||
"read only" = "no";
|
"read only" = "no";
|
||||||
"create mask" = "0666";
|
"create mask" = "0664";
|
||||||
"directory mask" = "0777";
|
"directory mask" = "0775";
|
||||||
"force user" = "jakstpub";
|
"force user" = "jakstpub";
|
||||||
"force group" = "jakstpub";
|
"force group" = "jakstpub";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user