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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: libcap2
Section: admin
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.6
Package: libcap2
Architecture: any
Section: libs
Priority: optional
Depends: ${shlibs:Depends}
Description: Support for POSIX.1e capabilities
This library provides interfaces to the POSIX 1003.1e capabilities
available in Linux kernels. These capabilities are a partitioning of
the all powerful root privilege into a set of distinct privileges.
Note that it will not provide any functionality with kernels below
2.2.
.
This package provides the shared library for programs with capability
support.
.
This version of libcap is a development snapshot. The stable version
is in libcap1.
Package: libcap2-dev
Architecture: any
Section: devel
Depends: libcap2 (= ${Source-Version}), libc6-dev
Conflicts: libcap-dev
Description: Support for POSIX.1e capabilities (header files)
This library provides interfaces to the POSIX 1003.1e capabilities
available in Linux kernels. These capabilities are a partitioning of
the all powerful root privilege into a set of distinct privileges.
Note that it will not provide any functionality with kernels below
2.2.
.
Included in this package are the files necessary to compile and link
applications with libcap2.
.
This version of libcap is a development snapshot. You should only use
it if you need the new features, otherwise libcap-dev is the better
choice.
Package: libcap2-bin
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libcap-bin
Description: Support for POSIX.1e capabilities
This library provides interfaces to the POSIX 1003.1e capabilities
available in Linux kernels. These capabilities are a partitioning of
the all powerful root privilege into a set of distinct privileges.
Note that it will not provide any functionality with kernels below
2.2.
.
This package holds binaries that manipulate capabilities of processes
or files.
.
This version of libcap is a development snapshot. The stable version
is in libcap1.
|