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: compartment
Section: admin
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Javier Fernandez-Sanguino Peña <jfs@debian.org>,
Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13), libcap-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/salvage-team/compartment
Vcs-Git: https://salsa.debian.org/salvage-team/compartment.git
Homepage: https://www.mh-sec.de/downloads.html.en
Package: compartment
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Confine services in a limited environment
Compartment was designed to allow safe execution of privileged and/or
untrusted executables and services. It can execute a process:
- Setting specific Linux capabilities
- Chrooting it to a certain location
- setting the user or group it will run with
- running a program before it is executed
These features can be used to minimize the risk of a trojanized or vulnerable
program/service.
|