docs-xml: update list of posible VFS operations for vfs_full_audit
commit14470e4e4c16cfc36384027c39c1685dea42ad26
authorBjörn Jacke <bj@sernet.de>
Tue, 19 May 2020 10:42:31 +0000 (19 12:42 +0200)
committerBjoern Jacke <bjacke@samba.org>
Tue, 19 May 2020 14:32:28 +0000 (19 14:32 +0000)
treed7f27884c9359e56aa303079288aaa6b095cb616
parentf57673d89e3f404cbdf7c975fa0ae08d5f47f6b0
docs-xml: update list of posible VFS operations for vfs_full_audit

the list of valid operations can be generated by

grep "{ SMB_VFS_OP_" source3/modules/vfs_full_audit.c |sed 's/.*,[ \t]*"//;s/".*//'|grep -v NULL | sort

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14386

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
docs-xml/manpages/vfs_full_audit.8.xml