policycoreutils 2.2.1-1 source package in Ubuntu

Changelog

policycoreutils (2.2.1-1) unstable; urgency=low


  * Team upload.
  * New upstream release
    - debian/control: Bump {build-}dependencies to match the release
    - debian/control: Add python-dev, libapol-dev and libqpol-dev to the
      build-depencencies
    - Add new python-sepolicy package
    - d/p/0002-Made-fixfiles-display-the-progress.patch: Refreshed
    - Drop d/p/0004-manpages.patch: Fixed upstream
    - d/p/0005-build-system.patch: Refreshed
    - d/p/0006-default-config.patch: Refreshed
    - d/p/0009-find-does-not-have-a-context-switch.patch: Refreshed
    - Drop d/p/0013-use_dpkg_buildflags.patch: Fixed upstream
    - Drop d/p/0014-po-file-update.patch: .po files are not updated during
      build anymore
    - d/p/0017-no-sandbox: Refreshed
    - d/p/0018-sandbox-config.patch: Refreshed
  * debian/rules: bash-completion script are now properly installed
  * debian/patches/0022-sepolicy-path.patch: Install sepolicy modules in the
    correct location
  * debian/rules: Fix /usr/sbin/load_policy symlink creation
  * debian/rules: Set $SYSTEMDDIR variable to /lib/systemd, so systemd units
    files are installed in the correct directory
  * debian/control, debian/rules: Add calls to dh_systemd tools
  * debian/rules, debian/policycoreutils.install: Pass --destdir option to
    dh_auto_install and list files to install in the package
  * Add debian/patches/0023-semanage_default_encoding.patch: Remove import for
    not upstreamed module
  * Add debian/patches/0024-fix-manpages.patch: Fix some minor manpages issues
  * debian/control: Use canonical URL in VCS-Git field
  * d/p/0025-restorecon-service.patch: Improve restorecond service file

 -- Laurent Bigonville <email address hidden>  Wed, 06 Nov 2013 22:32:23 +0100

Upload details

Uploaded by:
Debian SELinux maintainers
Uploaded to:
Sid
Original maintainer:
Debian SELinux maintainers
Architectures:
linux-any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
policycoreutils_2.2.1-1.dsc 2.1 KiB 955109a685cb64cd4339752926ac297d499e6416340ee95b0a43fae1cc930a27
policycoreutils_2.2.1.orig.tar.gz 4.7 MiB 102dbddcb1daaba7d55cbbb0843f7a9f1727d63a83e43e15edb77116115bf646
policycoreutils_2.2.1-1.debian.tar.gz 37.7 KiB 1445e3854fc08c411f142eb74993145bbebd75ef81ed431be9e09fd9c4966fd9

Available diffs

No changes file available.

Binary packages built by this source

policycoreutils: 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, newrole
 to switch roles, run_init to run /etc/init.d scripts in the proper
 context, and restorecond to restore contexts of files that often get the
 wrong context.
 .
 It also includes the mcstransd to map a maching readable sensitivity label to
 a human readable form. The sensitivity label is comprised of a sensitivity
 level (always s0 for MCS and anything from s0 to s15 for MLS) and a set of
 categories. A ranged sensitivity label will have a low level and a high level
 where the high level will dominate the low level. Categories are numbered
 from c0 to c1023. Names such as s0 and c1023 and not easily readable by
 humans, so mcstransd translated them to human readable labels such as
 SystemLow and SystemHigh.

python-sepolicy: Python binding for SELinux Policy Analyses

 This package contains a Python binding for SELinux Policy Analyses.