1 | '\" t
|
---|
2 | .\" Title: vfs_audit
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 12/14/2012
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.5
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "VFS_AUDIT" "8" "12/14/2012" "Samba 3\&.5" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * set default formatting
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" disable hyphenation
|
---|
15 | .nh
|
---|
16 | .\" disable justification (adjust text to left margin only)
|
---|
17 | .ad l
|
---|
18 | .\" -----------------------------------------------------------------
|
---|
19 | .\" * MAIN CONTENT STARTS HERE *
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .SH "NAME"
|
---|
22 | vfs_audit \- record selected Samba VFS operations in the system log
|
---|
23 | .SH "SYNOPSIS"
|
---|
24 | .HP \w'\ 'u
|
---|
25 | vfs objects = audit
|
---|
26 | .SH "DESCRIPTION"
|
---|
27 | .PP
|
---|
28 | This VFS module is part of the
|
---|
29 | \fBsamba\fR(7)
|
---|
30 | suite\&.
|
---|
31 | .PP
|
---|
32 | The
|
---|
33 | vfs_audit
|
---|
34 | VFS module records selected client operations to the system log using
|
---|
35 | \fBsyslog\fR(3)\&.
|
---|
36 | .PP
|
---|
37 | The following Samba VFS operations are recorded:
|
---|
38 | .RS 4
|
---|
39 | connect
|
---|
40 | .RE
|
---|
41 | .RS 4
|
---|
42 | disconnect
|
---|
43 | .RE
|
---|
44 | .RS 4
|
---|
45 | opendir
|
---|
46 | .RE
|
---|
47 | .RS 4
|
---|
48 | mkdir
|
---|
49 | .RE
|
---|
50 | .RS 4
|
---|
51 | rmdir
|
---|
52 | .RE
|
---|
53 | .RS 4
|
---|
54 | open
|
---|
55 | .RE
|
---|
56 | .RS 4
|
---|
57 | close
|
---|
58 | .RE
|
---|
59 | .RS 4
|
---|
60 | rename
|
---|
61 | .RE
|
---|
62 | .RS 4
|
---|
63 | unlink
|
---|
64 | .RE
|
---|
65 | .RS 4
|
---|
66 | chmod
|
---|
67 | .RE
|
---|
68 | .RS 4
|
---|
69 | fchmod
|
---|
70 | .RE
|
---|
71 | .RS 4
|
---|
72 | chmod_acl
|
---|
73 | .RE
|
---|
74 | .RS 4
|
---|
75 | fchmod_acl
|
---|
76 | .RE
|
---|
77 | .PP
|
---|
78 | This module is stackable\&.
|
---|
79 | .SH "OPTIONS"
|
---|
80 | .PP
|
---|
81 | audit:facility = FACILITY
|
---|
82 | .RS 4
|
---|
83 | Log messages to the named
|
---|
84 | \fBsyslog\fR(3)
|
---|
85 | facility\&.
|
---|
86 | .RE
|
---|
87 | .PP
|
---|
88 | audit:priority = PRIORITY
|
---|
89 | .RS 4
|
---|
90 | Log messages with the named
|
---|
91 | \fBsyslog\fR(3)
|
---|
92 | priority\&.
|
---|
93 | .RE
|
---|
94 | .SH "EXAMPLES"
|
---|
95 | .PP
|
---|
96 | Log operations on all shares using the LOCAL1 facility and NOTICE priority:
|
---|
97 | .sp
|
---|
98 | .if n \{\
|
---|
99 | .RS 4
|
---|
100 | .\}
|
---|
101 | .nf
|
---|
102 | \fI[global]\fR
|
---|
103 | \m[blue]\fBvfs objects = audit\fR\m[]
|
---|
104 | \m[blue]\fBaudit:facility = LOCAL1\fR\m[]
|
---|
105 | \m[blue]\fBaudit:priority = NOTICE\fR\m[]
|
---|
106 | .fi
|
---|
107 | .if n \{\
|
---|
108 | .RE
|
---|
109 | .\}
|
---|
110 | .SH "VERSION"
|
---|
111 | .PP
|
---|
112 | This man page is correct for version 3\&.0\&.25 of the Samba suite\&.
|
---|
113 | .SH "AUTHOR"
|
---|
114 | .PP
|
---|
115 | 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\&.
|
---|