| 1 | .\" Title: vfs_audit
|
|---|
| 2 | .\" Author:
|
|---|
| 3 | .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
|---|
| 4 | .\" Date: 08/27/2008
|
|---|
| 5 | .\" Manual: System Administration tools
|
|---|
| 6 | .\" Source: Samba 3.2
|
|---|
| 7 | .\"
|
|---|
| 8 | .TH "VFS_AUDIT" "8" "08/27/2008" "Samba 3\.2" "System Administration tools"
|
|---|
| 9 | .\" disable hyphenation
|
|---|
| 10 | .nh
|
|---|
| 11 | .\" disable justification (adjust text to left margin only)
|
|---|
| 12 | .ad l
|
|---|
| 13 | .SH "NAME"
|
|---|
| 14 | vfs_audit - record selected Samba VFS operations in the system log
|
|---|
| 15 | .SH "SYNOPSIS"
|
|---|
| 16 | .HP 1
|
|---|
| 17 | vfs objects = audit
|
|---|
| 18 | .SH "DESCRIPTION"
|
|---|
| 19 | .PP
|
|---|
| 20 | This VFS module is part of the
|
|---|
| 21 | \fBsamba\fR(7)
|
|---|
| 22 | suite\.
|
|---|
| 23 | .PP
|
|---|
| 24 | The
|
|---|
| 25 | vfs_audit
|
|---|
| 26 | VFS module records selected client operations to the system log using
|
|---|
| 27 | \fBsyslog\fR(3)\.
|
|---|
| 28 | .PP
|
|---|
| 29 | The following Samba VFS operations are recorded:
|
|---|
| 30 | .IP "" 4
|
|---|
| 31 | connect
|
|---|
| 32 | .IP "" 4
|
|---|
| 33 | disconnect
|
|---|
| 34 | .IP "" 4
|
|---|
| 35 | opendir
|
|---|
| 36 | .IP "" 4
|
|---|
| 37 | mkdir
|
|---|
| 38 | .IP "" 4
|
|---|
| 39 | rmdir
|
|---|
|
|---|