diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-18 20:12:43 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-18 20:12:43 +0000 |
commit | ec91716cb79ee0ac059f29cbcc331c114313f1ef (patch) | |
tree | 57bf40e215bd07a42be067a5d1b527e9a4c23ac6 /examples/VFS/README | |
parent | f18c3c757a84734e45b8da8af2bc576c1ded73d2 (diff) | |
download | samba-ec91716cb79ee0ac059f29cbcc331c114313f1ef.tar.gz samba-ec91716cb79ee0ac059f29cbcc331c114313f1ef.tar.bz2 samba-ec91716cb79ee0ac059f29cbcc331c114313f1ef.zip |
Add entry about block.so
(This used to be commit 6973344fb5207341e98576b1ddbe58a745225e10)
Diffstat (limited to 'examples/VFS/README')
-rw-r--r-- | examples/VFS/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/VFS/README b/examples/VFS/README index c2f39f9727..7a2152fc4d 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. |