summaryrefslogtreecommitdiff
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
commitec91716cb79ee0ac059f29cbcc331c114313f1ef (patch)
tree57bf40e215bd07a42be067a5d1b527e9a4c23ac6 /examples
parentf18c3c757a84734e45b8da8af2bc576c1ded73d2 (diff)
downloadsamba-ec91716cb79ee0ac059f29cbcc331c114313f1ef.tar.gz
Add entry about block.so
(This used to be commit 6973344fb5207341e98576b1ddbe58a745225e10)
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.