File: control

package info (click to toggle)
proftpd-mod-vroot 0.9.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 924 kB
  • sloc: perl: 12,067; sh: 3,098; ansic: 2,197; makefile: 115
file content (26 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: proftpd-mod-vroot
Section: net
Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@alioth-lists.debian.net>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
           Hilmar Preusse <hille42@web.de>
Build-Depends: debhelper-compat (= 13),
	proftpd-dev (>= 1.3.6-1~),
	libacl1-dev,
	libsodium-dev,
	libhiredis-dev
Standards-Version: 4.5.1
Rules-Requires-Root: binary-targets
Homepage: http://www.castaglia.org/proftpd/modules/mod_vroot.html
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-vroot.git
Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-vroot

Package: proftpd-mod-vroot
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Description: ProFTPD module mod_vroot
 The purpose of this module to is to implement a virtual chroot
 capability that does not require root privileges.
 The mod_vroot module provides this capability by using ProFTPD's
 FS API. It also allows one to map a directory out of the user chroot
 as an alias in the chroot for sharing common directories.