selinux-python 3.5-1 source package in Ubuntu

Changelog

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

  * New upstream release
    - debian/control: Bump {build-}dependencies to match the new release
    - debian/patches/*: Refreshed
    - debian/control: Add python3-setuptools and python3-pip to the BD
    - debian/rules: Properly set the install layout for the python modules
  * debian/upstream/signing-key.asc: Add public key of Jason Zaman
  * debian/control: Bump Standards-Version to 4.6.2 (no further changes)
  * debian/control: Drop policykit-1 dependency, nothing installed by the
    package relies on it ATM (Closes: #1025628)
  * debian/policycoreutils-gui.lintian-overrides: Fix override

 -- Laurent Bigonville <email address hidden>  Tue, 11 Jul 2023 12:12:02 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
selinux-python_3.5-1.dsc 3.5 KiB 90d5edd0436d777ba5c6600bc1a70ae2065cda941b296ce554d7eeb19d9f2923
selinux-python_3.5.orig-gui.tar.gz 334.2 KiB b90be664a7d1b20e5bde347c36bcf62693264b9b6e9e1ee2abc14159339434c8
selinux-python_3.5.orig-gui.tar.gz.asc 981 bytes 8de6543943520bf6cf275bb806456a133ef18fdd52065e501f279b9b25bff0cf
selinux-python_3.5.orig-sandbox.tar.gz 45.7 KiB 09fe96a48ef91a168e173f23ed46f0fe2d4592f74d7ebd5586b8dd5427d73636
selinux-python_3.5.orig-sandbox.tar.gz.asc 981 bytes e70cc49909f8eab7e6879e4dc2c3771fee29ec70e8b9d16ab662ca8052e2897a
selinux-python_3.5.orig.tar.gz 3.4 MiB 8245bb4dae59333461f19ca0c79a829081f07972fa5e3ad4c2b2b917dd71d96b
selinux-python_3.5.orig.tar.gz.asc 981 bytes d8143ce9339ae7f763c7a6ff4b6d8de75ea654801f3e3704d0749c7675144321
selinux-python_3.5-1.debian.tar.xz 35.7 KiB a920ea79e869dce700526f9240cd930b4461d3f7accac3bcf7ef783be5d57213

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.