forked from mirrors_public/oddlama_nix-config
fix: samba fucking execute bit fuck samba
This commit is contained in:
parent
b162b20241
commit
e95e65c890
1 changed files with 5 additions and 0 deletions
|
@ -161,6 +161,11 @@ in {
|
|||
# Require native SMB transport encryption by default.
|
||||
"server smb encrypt = required"
|
||||
|
||||
# Never map anything to the excutable bit.
|
||||
"map archive = no"
|
||||
"map system = no"
|
||||
"map hidden = no"
|
||||
|
||||
# Disable printer sharing. By default Samba shares printers configured
|
||||
# using CUPS.
|
||||
"load printers = no"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue