Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

4.0.1

Compare
Choose a tag to compare
@pebenito pebenito released this 17 May 17:34
· 154 commits to master since this release

This is primarily a bugfix release.

Changes since 4.0.0:

Library:

  • Fixed a compile error on 32bit systems.
  • Changed domain transition analysis output to use lists instead of generators. This fixes a display problem in apol's DTA browser.

apol:

  • Replaced icons with stock Qt icons to remove license issues with some distributions.

sesearch:

  • Changed xperm options to bring in line with sediff, e.g. --allowx changed to --allowxperm. Python's argument parser will still detect --allowx as an abbreviation of --allowxperm, so compatibility is preserved.

This release requires libsepol-2.5, which is unfortunately not available yet on some distributions.

Warning: If you use this to replace SETools 3.x on your system, it will break the couple of tools from sepolgen/policycoreutils that depend on SETools (e.g. sepolicy) since libqpol/libapol C libraries and their corresponding Python wrappers are no longer provided.