File: control

package info (click to toggle)
chrootuid 1.3-6
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 76 kB
  • sloc: ansic: 102; makefile: 53
file content (21 lines) | stat: -rw-r--r-- 791 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
Source: chrootuid
Section: admin
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <jfs@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.9.1.0
Homepage: http://ftp.porcupine.org/pub/security/index.html

Package: chrootuid
Architecture: any
Depends: ${shlibs:Depends}
Description: Run commands in restricted environments
 Chrootuid makes it easy to run a network service at low privilege
 level and with restricted file system access.  The daemons have access only
 to their own directory tree, and run under a low-privileged userid.
 .
 In the past it has been used to run the gopher and www 
 (world-wide web) network. It can be used nowadays also for proxy servers.
 The arrangement greatly reduces the impact of possible loopholes in 
 network software.