policycoreutils 2.1.0-3ubuntu1 source package in Ubuntu

Changelog

policycoreutils (2.1.0-3ubuntu1) precise; urgency=low

  * Merge from Debian testing (LP: #896730).  Remaining changes:
    - Multiarch support in Makefile (LP: #832802)
    - debian/postinst: move restorecon to a higher startup level.

policycoreutils (2.1.0-3) unstable; urgency=low

  * Add mcstrans examples in /usr/share/doc/policycoreutils/mcstrans-examples
  * Added dependency on psmisc for killall in mcstrans init script

policycoreutils (2.1.0-2) unstable; urgency=low

  * New upstream version, included mcstrans and added sandbox.
  * The new mcstrans won't work with the policy from Squeeze, it will abort on
    startup and you won't get the names mapped.  IMHO this is acceptable for
    a partially upgraded system and when the system is fully upgraded it will
    all work.
  * Made it build-depend on the latest libselinux1-dev, libsepol1-dev,
    libsemanage1-dev, and python-sepolgen.
  * Added libcap-ng-dev to the build-depends for sandbox.
  * Added libcap-dev to the build-depends for mcstrans.
  * Hard-coded LIBDIR in mcstrans/src/Makefile and mcstrans/utils/Makefile as
    uname -i doesn't work.
  * Added dependency on python-support.
  * Made it depend on latest python-sepolgen and on python-support.
  * s/\.p/\.P/ on mcs.8
  * Added lintian override for suid binary /usr/sbin/seunshare .
  * Made this version -2 because version -1 got lost.
 -- Leo Iannacone <email address hidden>   Sun, 13 Nov 2011 10:48:50 +0000

Upload details

Uploaded by:
Leo Iannacone
Sponsored by:
Michael Terry
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe utils

Downloads

File Size SHA-256 Checksum
policycoreutils_2.1.0.orig.tar.gz 865.1 KiB 6199b07fd4280e455ea05933cee510b5e09ad3f60b0544382231fe05b787d3f3
policycoreutils_2.1.0-3ubuntu1.diff.gz 489.8 KiB 7dd8338c09dec54658e30d62383f06bf431997d086c78365a48ee1a9b794a5f5
policycoreutils_2.1.0-3ubuntu1.dsc 1.5 KiB 048ab188809143494d87d8d1d306d217fa50e629afa84e11ee44f00a62490927

Available diffs

View changes file

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.