From 8a1cda83fc0a63c20cc3212578ef9310cf7df12d Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Wed, 20 Nov 2013 13:00:04 +0100 Subject: docs-man: add manual page for the new worm vfs module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Baumbach Reviewed-by: Stefan Metzmacher Reviewed-by: Volker Lendecke Reviewed-by: Jeremy Allison --- docs-xml/manpages/vfs_worm.8.xml | 93 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 docs-xml/manpages/vfs_worm.8.xml (limited to 'docs-xml/manpages') diff --git a/docs-xml/manpages/vfs_worm.8.xml b/docs-xml/manpages/vfs_worm.8.xml new file mode 100644 index 0000000000..9758cac957 --- /dev/null +++ b/docs-xml/manpages/vfs_worm.8.xml @@ -0,0 +1,93 @@ + + + + + + vfs_worm + 8 + Samba + System Administration tools + 4.1 + + + + + vfs_worm + disallows writes for older file + + + + + vfs objects = worm + + + + + DESCRIPTION + + This VFS module is part of the + samba + 7 suite. + + The vfs_worm module controls the writability + of files and folders depending on their change time and a + adjustable grace period. + + If the change time of a file or directory is older than + the specified grace period, the write access will be denied, + independent of further access controls (e.g. by the filesystem). + + In the case that the grace period is not exceed, the worm + module will not impact any access controls. + + + + OPTIONS + + + + + worm:grace_period = SECONDS + + Period in seconds which defines the time how long the + write access should be handled by the normal access controls. + After this grace period the file or directory becomes read + only. + + + + + + + + EXAMPLES + + Deny the write access to files and folders, which are older + than five minutes (300 seconds): + + + + worm + 300 + + + + + + VERSION + + This man page is correct for version 4.2 of the Samba suite. + + + + + AUTHOR + + 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. + + + + -- cgit