selinux-python 3.0-1 source package in Ubuntu

Changelog

selinux-python (3.0-1) unstable; urgency=medium

  * New upstream release
    - debian/control: Bump {build-}dependencies to match the new release
    - debian/policycoreutils-gui.install: sepolicy.desktop is now installed in
      /usr/share/applications/
  * debian/control: Bump Standards-Version to 4.4.1 (no further changes)
  * Bump debhelper compatibility to 12, stop overriding dh_missing

 -- Laurent Bigonville <email address hidden>  Fri, 13 Dec 2019 10:08:45 +0100

Upload details

Uploaded by:
Debian SELinux maintainers
Uploaded to:
Sid
Original maintainer:
Debian SELinux maintainers
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
selinux-python_3.0-1.dsc 2.7 KiB ad2b9abc7d8df3c30fb893eabd53024ef3de8141a836accb51742080286f5756
selinux-python_3.0.orig-gui.tar.gz 77.3 KiB 29c7981a10db51a049c6c92328944d0a4aed13da075776b1e93cce4812bef0b0
selinux-python_3.0.orig-sandbox.tar.gz 25.5 KiB 3884fb221a288e5954762b1b089d4928f131ea981fce1cc63bb8f2ff5dbb42bc
selinux-python_3.0.orig.tar.gz 2.0 MiB 43c08fa881ccc64251d396b1ac6c56b354bf98421b4ec937d54a8db190135494
selinux-python_3.0-1.debian.tar.xz 23.3 KiB 62cc2cb382dabc2d8782d4516cfb21499adab364290e256f30dd613d5748b7b2

Available diffs

No changes file available.

Binary packages built by this source

policycoreutils-dev: SELinux core policy utilities (development 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 management tools used to develop policy in an
 SELinux environment.

policycoreutils-dev-dbgsym: debug symbols for policycoreutils-dev
policycoreutils-gui: SELinux core policy utilities (graphical 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 system-config-selinux and the selinux-polgengui
 utilities.

policycoreutils-python-utils: SELinux core policy utilities (Python 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 policycoreutils written in Python like semanage,
 audit2why, audit2allow or chcat.

policycoreutils-sandbox: SELinux core policy utilities (graphical sandboxes)

 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 scripts to create graphical sandboxes.
 .
 This package requires an additional custom policy that is not present in
 Debian.

policycoreutils-sandbox-dbgsym: debug symbols for policycoreutils-sandbox
python3-sepolgen: Python3 module used in SELinux policy generation

 This package contains a Python3 module that forms the core of the modern
 audit2allow (which is a part of the package policycoreutils).
 .
 The sepolgen library is structured to give flexibility to the application
 using it. The library contains: Reference Policy Representation,
 which are Objects for representing policies and the reference policy
 interfaces. Secondly, it has objects and algorithms for representing
 access and sets of access in an abstract way and searching that
 access. It also has a parser for reference policy "headers". It
 contains infrastructure for parsing SELinux related messages as
 produced by the audit system. It has facilities for generating policy
 based on required access.

python3-sepolicy: Python binding for SELinux Policy Analyses

 This package contains a Python binding for SELinux Policy Analyses.