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
|
Source: secilc
VCS-Git: https://salsa.debian.org/selinux-team/secilc.git
VCS-Browser: https://salsa.debian.org/selinux-team/secilc
Priority: optional
Section: utils
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Uploaders: Laurent Bigonville <bigon@debian.org>
Standards-Version: 4.1.4
Build-Depends: debhelper (>= 10), libsepol1-dev (>= 2.8), xmlto
Build-Depends-Indep: lmodern,
pandoc,
texlive-fonts-recommended,
texlive-latex-recommended
Homepage: https://github.com/SELinuxProject/selinux/wiki
Package: secilc
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: SELinux CIL compiler
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.
.
The SELinux CIL Compiler is a compiler that converts the CIL language as
described on the CIL design wiki into a kernel binary policy file.
Package: secilc-doc
Architecture: all
Depends: ${misc:Depends}
Section: doc
Description: documentation for the SELinux CIL Compiler
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.
.
The SELinux CIL Compiler is a compiler that converts the CIL language as
described on the CIL design wiki into a kernel binary policy file.
.
This package contains the documentation.
|