source: vendor/3.6.23/docs/manpages/vfs_audit.8

Last change on this file was 860, checked in by Silvan Scherrer, 11 years ago

Samba 3.6: updated vendor to latest version

File size: 2.6 KB
Line 
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"
31vfs_audit \- record selected Samba VFS operations in the system log
32.SH "SYNOPSIS"
33.HP \w'\ 'u
34vfs objects = audit
35.SH "DESCRIPTION"
36.PP
37This VFS module is part of the
38\fBsamba\fR(7)
39suite\&.
40.PP
41The
42vfs_audit
43VFS module records selected client operations to the system log using
44\fBsyslog\fR(3)\&.
45.PP
46The following Samba VFS operations are recorded:
47.RS 4
48connect
49.RE
50.RS 4
51disconnect
52.RE
53.RS 4
54opendir
55.RE
56.RS 4
57mkdir
58.RE
59.RS 4
60rmdir
61.RE
62.RS 4
63open
64.RE
65.RS 4
66close
67.RE
68.RS 4
69rename
70.RE
71.RS 4
72unlink
73.RE
74.RS 4
75chmod
76.RE
77.RS 4
78fchmod
79.RE
80.RS 4
81chmod_acl
82.RE
83.RS 4
84fchmod_acl
85.RE
86.PP
87This module is stackable\&.
88.SH "OPTIONS"
89.PP
90audit:facility = FACILITY
91.RS 4
92Log messages to the named
93\fBsyslog\fR(3)
94facility\&.
95.RE
96.PP
97audit:priority = PRIORITY
98.RS 4
99Log messages with the named
100\fBsyslog\fR(3)
101priority\&.
102.RE
103.SH "EXAMPLES"
104.PP
105Log 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
121This man page is correct for version 3\&.0\&.25 of the Samba suite\&.
122.SH "AUTHOR"
123.PP
124The 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\&.
Note: See TracBrowser for help on using the repository browser.