From: Timur I. Bakeyev Date: Fri, 22 Jun 2018 04:36:07 +0000 (+0800) Subject: Document that vfs_full_audit defaults are "none" for the successful and failed operat... X-Git-Tag: tevent-0.9.37~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f38df8337d694a1ac543629efb004ed52f07047;p=thirdparty%2Fsamba.git Document that vfs_full_audit defaults are "none" for the successful and failed operations. Signed-off-by: Timur I. Bakeyev Reviewed-by: Gary Lockyer Reviewed-by: Andrew Bartlett --- 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 @@ 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. @@ -174,7 +174,7 @@ 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.