summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-18 20:12:43 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-18 20:12:43 +0000
commit6973344fb5207341e98576b1ddbe58a745225e10 (patch)
treef8dd5135a477402d45a6f179791c48a339b63db8 /examples
parentaed32eb412cab7f6d0959f9faaaebdb320b2b6a8 (diff)
downloadsamba-6973344fb5207341e98576b1ddbe58a745225e10.tar.gz
samba-6973344fb5207341e98576b1ddbe58a745225e10.tar.xz
samba-6973344fb5207341e98576b1ddbe58a745225e10.zip
Add entry about block.so
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/VFS/README b/examples/VFS/README
index c2f39f9727d..7a2152fc4d1 100644
--- a/examples/VFS/README
+++ b/examples/VFS/README
@@ -17,6 +17,13 @@ construction. The following VFS modules are given:
connect/disconnect, directory opens/create/remove,
file open/close/rename/unlink/chmod.
+ block
+ A simple module to block access to certain mount points or
+ directories. This module only hides the specified directories
+ and all directories beneath them. It should NOT be used to secure
+ directories. If the name of a file in one of those directories is
+ known, the file can still be opened.
+
The libtool program, available from your favourite GNU software
archive, is required to compile these programs.