File: control

package info (click to toggle)
sbox-dtc 1.11.7-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 340 kB
  • sloc: ansic: 1,290; sh: 414; makefile: 114
file content (24 lines) | stat: -rw-r--r-- 1,187 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
Source: sbox-dtc
Section: web
Priority: extra
Maintainer: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9), libapr1-dev, libdotconf-dev, po-debconf, dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.4

Package: sbox-dtc
Architecture: any
Depends: ${misc:Depends}, debconf, passwd, ${shlibs:Depends}
Recommends: apache2 | httpd-cgi
Description: CGI chroot wrapper script for safer hosting environment
 Sbox is a CGI wrapper script that helps Web site hosting services to safely
 grant CGI authoring privileges to untrusted clients. In addition to changing
 the process privileges of client scripts to match their owners, it goes beyond
 other wrappers by placing configurable ceilings on script resource usage,
 avoiding unintentional (as well as intentional) denial of service attacks. It
 also optionally let the Webmaster to place client's CGI scripts in a chroot'ed
 shell restricted to the author's home directories.
 .
 Thanks to a cleaver per-vhost configuration, SBOX is also capable of being
 highly customizable on a per web site level. SBOX also runs Ruby, Perl, Python
 and PHP script using their respective interpreter, with a configurable path
 for each of them.