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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: libsemanage
Priority: optional
Section: libdevel
Maintainer: Manoj Srivastava <srivasta@debian.org>
Standards-Version: 3.7.2.0
Build-Depends: bison, flex, libselinux1-dev (>= 1.32), libsepol1-dev (>= 1.14), python-all-dev (>= 2.3.5-11), file
XS-Python-Version: >= 2.3
Package: libsemanage1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: shared libraries used by SELinux policy manipulation tools
This package provides the shared libraries for the manipulation of
SELinux binary policies. It is used by checkpolicy (the policy compiler)
and similar tools, as well as by programs like load_policy that need
to perform specific transformations on binary policies such as
customizing policy boolean settings. This contains the run-time
libraries needed by such tools.
.
Security-enhanced Linux is a patch of the Linux kernel and a
number of utilities with enhanced security functionality designed to
add mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement, Role-based Access
Control, and Multi-level Security.
Package: libsemanage1-dev
Architecture: any
Provides: libsemanage-dev
Conflicts: libsemanage-dev
Replaces: python2.4-semanage (<= 1.4-1)
Depends: ${shlibs:Depends}, libsemanage1 (= ${Source-Version})
Description: Header files and libraries for SELinux policy manipulation tools
This package provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as
well as by programs like load_policy that need to perform specific
transformations on binary policies such as customizing policy boolean
settings. It contains the static libraries and header files needed
for developing applications that manipulate SELinux binary policies.
.
Security-enhanced Linux is a patch of the Linux kernel and a
number of utilities with enhanced security functionality designed to
add mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement, Role-based Access
Control, and Multi-level Security.
Package: python-semanage
Architecture: any
Conflicts: python2.4-semanage (<= 1.7), libsemanage1-dev (<= 1.4-1)
Replaces: python2.4-semanage, libsemanage-dev, libsemanage1-dev (<= 1.4-1)
Depends: ${shlibs:Depends}, ${python:Depends}, python-support
Provides: ${python:Provides}
Section: devel
Description: Python bindings for SELinux policy manipulation tools
This package provides python bindings for the manipulation of SELinux
binary policies.
.
Security-enhanced Linux is a patch of the Linux kernel and a
number of utilities with enhanced security functionality designed to
add mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement, Role-based Access
Control, and Multi-level Security.
|