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 chmod_acl
30 fchmod_acl
31
32 This module is stackable.
33
35 audit:facility = FACILITY
36 Log messages to the named syslog(3) facility.
37
38 audit:priority = PRIORITY
39 Log messages with the named syslog(3) priority.
40
42 Log operations on all shares using the LOCAL1 facility and NOTICE
43 priority:
44
45 [global]
46 vfs objects = audit
47 audit:facility = LOCAL1
48 audit:priority = NOTICE
49
51 This man page is correct for version 3.0.25 of the Samba suite.
52
54 The original Samba software and related utilities were created by
55 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
56 Source project similar to the way the Linux kernel is developed.
57
58
59
60Samba 3.6 04/11/2016 VFS_AUDIT(8)