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