From 697e06c05defe3e892b2cca17f5ed7b3500145d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Tue, 19 May 2020 12:42:31 +0200 Subject: [PATCH] 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 based on 14470e4e4c16cfc36384027c39c1685dea42ad26 in master Signed-off-by: Bjoern Jacke Reviewed-by: Ralph Boehme --- docs-xml/manpages/vfs_full_audit.8.xml | 70 ++++++++++++++++++++------ 1 file changed, 56 insertions(+), 14 deletions(-) diff --git a/docs-xml/manpages/vfs_full_audit.8.xml b/docs-xml/manpages/vfs_full_audit.8.xml index 7b17e2e1ad4f..e6c05c3fdc35 100644 --- a/docs-xml/manpages/vfs_full_audit.8.xml +++ b/docs-xml/manpages/vfs_full_audit.8.xml @@ -38,60 +38,98 @@ complete set of Samba VFS operations: + aio_force + audit_file + brl_lock_windows + brl_unlock_windows chdir chflags chmod - chown close closedir connect - copy_chunk_send - copy_chunk_recv + connectpath + create_dfs_pathat + create_file disconnect disk_free + durable_cookie + durable_disconnect + durable_reconnect + fallocate fchmod fchown + fdopendir + fget_dos_attributes fget_nt_acl fgetxattr + file_id_create flistxattr fremovexattr + fs_capabilities + fsctl + fset_dos_attributes fset_nt_acl fsetxattr + fs_file_id fstat fsync + fsync_recv + fsync_send ftruncate + get_alloc_size get_compression + get_dfs_referrals + get_dos_attributes + get_dos_attributes_recv + get_dos_attributes_send + getlock get_nt_acl get_quota + get_real_filename get_shadow_copy_data - getlock getwd getxattr + getxattrat_recv + getxattrat_send + is_offline kernel_flock - link + lchown + linkat linux_setlease listxattr lock lseek lstat - mkdir - mknod + mkdirat + mknodat + ntimes + offload_read_recv + offload_read_send + offload_write_recv + offload_write_send open opendir pread + pread_recv + pread_send pwrite + pwrite_recv + pwrite_send read readdir - readlink + readdir_attr + readlinkat realpath + recvfile removexattr - rename + renameat rewinddir - rmdir seekdir sendfile set_compression - set_nt_acl + set_dos_attributes + set_offline set_quota setxattr snap_check_path @@ -99,15 +137,19 @@ snap_delete stat statvfs - symlink + streaminfo + strict_lock_check + symlinkat + sys_acl_blob_get_fd + sys_acl_blob_get_file sys_acl_delete_def_file sys_acl_get_fd sys_acl_get_file sys_acl_set_fd sys_acl_set_file telldir - unlink - utime + translate_name + unlinkat write -- 2.25.1