fix: samba fucking execute bit fuck samba

This commit is contained in:
oddlama 2024-01-15 21:47:35 +01:00
parent b162b20241
commit e95e65c890
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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"