1VFS_AUDIT(8) System Administration tools VFS_AUDIT(8)
2
3
4
6 vfs_audit - record selected Samba VFS operations in the system log
7
9 vfs objects = audit
10
12 This VFS module is part of the samba(7) suite.
13
14 The vfs_audit VFS module records selected client operations to the
15 system log using syslog(3).
16
17 The following Samba VFS operations are recorded:
18 connect
19 disconnect
20 opendir
21 mkdir
22 rmdir
23 open
24 close
25 rename
26 unlink
27 chmod
28 fchmod
29
30 This module is stackable.
31
33 audit:facility = FACILITY
34 Log messages to the named syslog(3) facility.
35
36 audit:priority = PRIORITY
37 Log messages with the named syslog(3) priority.
38
40 Log operations on all shares using the LOCAL1 facility and NOTICE
41 priority:
42
43 [global]
44 vfs objects = audit
45 audit:facility = LOCAL1
46 audit:priority = NOTICE
47
49 This man page is part of version 4.18.9 of the Samba suite.
50
52 The original Samba software and related utilities were created by
53 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
54 Source project similar to the way the Linux kernel is developed.
55
56
57
58Samba 4.18.9 11/30/2023 VFS_AUDIT(8)