Man page - vfs_full_audit(8)
Packages contas this manual
- vfs_commit(8)
- vfs_snapper(8)
- vfs_linux_xfs_sgid(8)
- samba-bgqd(8)
- vfs_shadow_copy(8)
- vfs_audit(8)
- mvxattr(1)
- vfs_cap(8)
- vfs_syncops(8)
- vfs_aio_fork(8)
- vfs_extd_audit(8)
- vfs_virusfilter(8)
- vfs_readonly(8)
- vfs_fruit(8)
- vfs_expand_msdfs(8)
- vfs_readahead(8)
- pdbedit(8)
- vfs_streams_xattr(8)
- vfs_gpfs(8)
- vfs_acl_tdb(8)
- vfs_time_audit(8)
- nmbd(8)
- vfs_preopen(8)
- vfs_shadow_copy2(8)
- vfs_default_quota(8)
- vfs_acl_xattr(8)
- vfs_streams_depot(8)
- vfs_media_harmony(8)
- vfs_worm(8)
- eventlogadm(8)
- vfs_btrfs(8)
- vfs_fileid(8)
- vfs_full_audit(8)
- sharesec(1)
- smbstatus(1)
- vfs_dirsort(8)
- vfs_crossrename(8)
- vfs_unityed_media(8)
- vfs_io_uring(8)
- vfs_recycle(8)
- vfs_nfs4acl_xattr(8)
- profiles(1)
- vfs_catia(8)
- vfs_xattr_tdb(8)
- vfs_offline(8)
- vfs_fake_perms(8)
- smbd(8)
- vfs_shell_snap(8)
- vfs_widelinks(8)
- vfs_aio_pthread(8)
apt-get install samba
Manual
| 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.
If an unknown operation name is used (for example an operation name is miss-spelled), the module will fail to load and clients will be refused connections to a share using this module.
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 part of version 4.22.8-Debian-4.22.8+dfsg-0+deb13u1 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.
| 02/19/2026 | Samba 4.22.8-Debian-4.22.8+dfs |