vfs_audit.8   [plain text]


.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "VFS_AUDIT" 8 "" "" ""
.SH "NAME"
vfs_audit - record selected Samba VFS operations in the system log
.SH "SYNOPSIS"
.HP 1
vfs objects = audit
.SH "DESCRIPTION"
.PP
This VFS module is part of the
\fBsamba\fR(7)
suite.
.PP
The
vfs_audit
VFS module records selected client operations to the system log using
\fBsyslog\fR(3).
.PP
The following Samba VFS operations are recorded:
.IP "" 3n
connect
.IP "" 3n
disconnect
.IP "" 3n
opendir
.IP "" 3n
mkdir
.IP "" 3n
rmdir
.IP "" 3n
open
.IP "" 3n
close
.IP "" 3n
rename
.IP "" 3n
unlink
.IP "" 3n
chmod
.IP "" 3n
fchmod
.IP "" 3n
chmod_acl
.IP "" 3n
fchmod_acl
.PP
This module is stackable.
.SH "OPTIONS"
.PP
audit:facility = FACILITY
.RS 3n
Log messages to the named
\fBsyslog\fR(3)
facility.
.RE
.PP
audit:priority = PRIORITY
.RS 3n
Log messages with the named
\fBsyslog\fR(3)
priority.
.RE
.SH "EXAMPLES"
.PP
Log operations on all shares using the LOCAL1 facility and NOTICE priority:

.nf

        \fI[global]\fR
	vfs objects = audit
	audit:facility = LOCAL1
	audit:priority = NOTICE

.fi
.SH "VERSION"
.PP
This man page is correct for version 3.0.25 of the Samba suite.
.SH "AUTHOR"
.PP
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.