feat(sgx): update Samba configuration for protocol and macOS

- Set minimum protocol to SMB2 and enabled extended attribute (EA) support in Samba settings.
- Added `fruit:nfs_aces` and `fruit:wipe_intentionally_left_blank_rfork` options for improved macOS compatibility.
This commit is contained in:
Harald Hoyer 2025-07-30 14:16:48 +02:00
parent 074defda51
commit d5f4c3035e

View file

@ -51,6 +51,8 @@
"workgroup" = "WORKGROUP"; "workgroup" = "WORKGROUP";
"server string" = "sgx"; "server string" = "sgx";
"netbios name" = "sgx"; "netbios name" = "sgx";
"min protocol" = "SMB2";
"ea support" = "yes";
#"max protocol" = "smb2"; #"max protocol" = "smb2";
"hosts allow" = "192.168.178. 127.0.0.1 localhost 2003::/16 ::1"; "hosts allow" = "192.168.178. 127.0.0.1 localhost 2003::/16 ::1";
"hosts deny" = "ALL"; "hosts deny" = "ALL";
@ -67,6 +69,8 @@
"fruit:metadata" = "stream"; "fruit:metadata" = "stream";
"fruit:delete_empty_adfiles" = "yes"; "fruit:delete_empty_adfiles" = "yes";
"fruit:veto_appledouble" = "no"; "fruit:veto_appledouble" = "no";
"fruit:nfs_aces" = "no";
"fruit:wipe_intentionally_left_blank_rfork" = "yes";
"spotlight" = "yes"; "spotlight" = "yes";
}; };
TimeMachineBackup = { TimeMachineBackup = {