1VFS_AUDIT(8) 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 sys‐
15 tem log using syslog(3).
16
17 The following Samba VFS operations are recorded:
18
19 connect
20
21 disconnect
22
23 opendir
24
25 mkdir
26
27 rmdir
28
29 open
30
31 close
32
33 rename
34
35 unlink
36
37 chmod
38
39 fchmod
40
41 chmod_acl
42
43 fchmod_acl
44
45 This module is stackable.
46
48 audit:facility = FACILITY
49 Log messages to the named syslog(3) facility.
50
51 audit:priority = PRIORITY
52 Log messages with the named syslog(3) priority.
53
55 Log operations on all shares using the LOCAL1 facility and NOTICE pri‐
56 ority:
57
58
59 [global]
60 vfs objects = audit
61 audit:facility = LOCAL1
62 audit:priority = NOTICE
63
64
66 This man page is correct for version 3.0.25 of the Samba suite.
67
69 The original Samba software and related utilities were created by
70 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
71 Source project similar to the way the Linux kernel is developed.
72
73
74
75
76 VFS_AUDIT(8)