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
|
Source: policycoreutils
Vcs-Git: https://salsa.debian.org/selinux-team/policycoreutils.git
Vcs-Browser: https://salsa.debian.org/selinux-team/policycoreutils
Priority: optional
Section: utils
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Uploaders: Laurent Bigonville <bigon@debian.org>,
Russell Coker <russell@coker.com.au>
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 13),
gawk,
gettext,
libaudit-dev,
libcap-ng-dev,
libpam0g-dev,
libselinux1-dev (>= 3.1),
libsemanage1-dev (>= 3.1),
libsepol1-dev (>= 3.1),
Homepage: https://selinuxproject.org
# The newrole executable is not installed SETUID in the package,
# this is done in the postinst script if the capabilities cannot be set.
# There is no need to have (fake)root during the build.
Rules-Requires-Root: no
Package: policycoreutils
Architecture: linux-any
Depends: lsb-base (>= 3.0-6), selinux-utils, ${misc:Depends}, ${shlibs:Depends}
Breaks: selinux-basics (<< 0.5.3~), findutils (<< 4.5.7)
Pre-Depends: ${misc:Pre-Depends}
Description: SELinux core policy utilities
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.
.
This package contains the core policy utilities that are required
for basic operation of an SELinux system. These utilities include
load_policy to load policies, setfiles to label filesystems.
Package: newrole
Architecture: linux-any
Depends: libcap2-bin,
policycoreutils (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: policycoreutils (<< 2.4)
Replaces: policycoreutils (<< 2.4)
Description: SELinux core policy utilities (newrole application for RBAC/MLS)
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.
.
RBAC/MLS policy machines require newrole as a way of changing the role or
level of a logged in user.
.
This package contains newrole to switch roles, run_init to run /etc/init.d
scripts in the proper context.
|