VFS_FULL_AUDIT(8) | System Administration tools | VFS_FULL_AUDIT(8) |
NAME¶
vfs_full_audit - record Samba VFS operations in the system log
SYNOPSIS¶
vfs objects = full_audit
DESCRIPTION¶
This VFS module is part of the samba(7) suite.
The vfs_full_audit VFS module records selected client operations to the system log using syslog(3).
vfs_full_audit is able to record the complete set of Samba VFS operations:
In addition to these operations, vfs_full_audit recognizes the special operation names "all" and "none ", which refer to all the VFS operations and none of the VFS operations respectively.
vfs_full_audit records operations in fixed format consisting of fields separated by ´|´ characters. The format is:
smbd_audit: PREFIX|OPERATION|RESULT|FILE
The record fields are:
This module is stackable.
OPTIONS¶
full_audit:prefix = STRING
full_audit:success = LIST
full_audit:failure = LIST
full_audit:facility = FACILITY
full_audit:priority = PRIORITY
full_audit:syslog = true/false
full_audit:log_secdesc = true/false
EXAMPLES¶
Log file and directory open operations on the [records] share using the LOCAL7 facility and ALERT priority, including the username and IP address. Logging excludes the open VFS function on failures:
[records] path = /data/records vfs objects = full_audit full_audit:prefix = %u|%I full_audit:success = open opendir full_audit:failure = all !open full_audit:facility = LOCAL7 full_audit:priority = ALERT
VERSION¶
This man page is correct for version 3.0.25 of the Samba suite.
AUTHOR¶
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
06/20/2018 | Samba 4.2 |