summaryrefslogtreecommitdiff
path: root/docs/manpages/vfs_audit.8
blob: d72217b151b549217215da4fd35014961282fa5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.\"     Title: vfs_audit
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\"      Date: 05/28/2008
.\"    Manual: System Administration tools
.\"    Source: Samba 3.0
.\"
.TH "VFS_AUDIT" "8" "05/28/2008" "Samba 3\.0" "System Administration tools"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.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 "" 4
connect
.IP "" 4
disconnect
.IP "" 4
opendir
.IP "" 4
mkdir
.IP "" 4
rmdir
.IP "" 4
open
.IP "" 4
close
.IP "" 4
rename
.IP "" 4
unlink
.IP "" 4
chmod
.IP "" 4
fchmod
.IP "" 4
chmod_acl
.IP "" 4
fchmod_acl
.PP
This module is stackable\.
.SH "OPTIONS"
.PP
audit:facility = FACILITY
.RS 4
Log messages to the named
\fBsyslog\fR(3)
facility\.
.RE
.PP
audit:priority = PRIORITY
.RS 4
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:
.sp
.RS 4
.nf
        \fI[global]\fR
	\fIvfs objects = audit\fR
	\fIaudit:facility = LOCAL1\fR
	\fIaudit:priority = NOTICE\fR
.fi
.RE
.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\.