summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@iXsystems.com>2018-06-22 12:36:07 +0800
committerAndrew Bartlett <abartlet@samba.org>2018-07-05 09:40:59 +0200
commit9f38df8337d694a1ac543629efb004ed52f07047 (patch)
tree631dede70462d52844aa2ac174e4d547f4916fa3 /docs-xml
parentd63b24d5ae7898d93cc5428b029bff83bd59e5dc (diff)
downloadsamba-9f38df8337d694a1ac543629efb004ed52f07047.tar.gz
Document that vfs_full_audit defaults are "none" for the successful and failed operations.
Signed-off-by: Timur I. Bakeyev <timur@iXsystems.com> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_full_audit.8.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/manpages/vfs_full_audit.8.xml b/docs-xml/manpages/vfs_full_audit.8.xml
index 7da3e3bb81c..7b17e2e1ad4 100644
--- a/docs-xml/manpages/vfs_full_audit.8.xml
+++ b/docs-xml/manpages/vfs_full_audit.8.xml
@@ -162,7 +162,7 @@
<para>LIST is a list of VFS operations that should be
recorded if they succeed. Operations are specified using
the names listed above. Operations can be unset by prefixing
- the names with "!". The default is all operations.
+ the names with "!". The default is none operations.
</para>
</listitem>
@@ -174,7 +174,7 @@
<para>LIST is a list of VFS operations that should be
recorded if they failed. Operations are specified using
the names listed above. Operations can be unset by prefixing
- the names with "!". The default is all operations.
+ the names with "!". The default is none operations.
</para>
</listitem>