From 029d5716be8ba0865296a6286c7b8b1454ded94c Mon Sep 17 00:00:00 2001 From: bartfaik04 Date: Sun, 1 Jun 2025 12:37:53 +0200 Subject: [PATCH] Added smb.conf file --- configs/smb.24.04.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configs/smb.24.04.conf diff --git a/configs/smb.24.04.conf b/configs/smb.24.04.conf new file mode 100644 index 0000000..78643cd --- /dev/null +++ b/configs/smb.24.04.conf @@ -0,0 +1,18 @@ +[global] + + vfs objects = full_audit + full_audit:prefix = %u|%I|%m|%S + full_audit:success = mkdirat unlinkat renameat write + full_audit:failure = none + full_audit:facility = local5 + full_audit:priority = NOTICE + +# Put this line only for the groupfolder's share +[Some gorupfolder share] + + full_audit:prefix = %u|%I|%m|__groupfolders/ + +# To disable logs for a specific share +[A share] + + vfs objects = \ No newline at end of file