File: fs_chroot_README.txt

package info (click to toggle)
pyftpd 0.8.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 524 kB
  • ctags: 448
  • sloc: python: 2,748; sh: 80; makefile: 43
file content (21 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
MODULE NAME
    fs_chroot_module - access to filesystem, with the
        ability of per user configuration of virtual directories

OPTIONS
    slave_fs - slave filesystem module, upon which this module operates.
               Usually fs_real_module.

DESCRIPTION
    if user matches the pattern, the value of the second field is 
    preppended to all file operations. As a result, the user will see only
    subdirectories, without a chance to escape out (with the exception of
    following symlinks). You can use * to match all users, or as mask, e.g.
    ab* matches all users beginning with ab. Order is important, first use
    most general patterns, then specific ones (in other words, put default
    chroot directory for * (all not  explicitly mentioned users) at the
    first line).  
    
SEE ALSO
    fs_real_module