Skip to content

4.0.0

Compare
Choose a tag to compare
@pebenito pebenito released this 16 Jun 13:40
· 821 commits to main since this release

Originally released on 2016-05-04

SETools has been reimplemented in Python. The following tools were reimplemented:

  • apol
  • sediff
  • seinfo
  • sesearch

The following tools were added:

  • sedta (command line domain transition analysis)
  • seinfoflow (command line information flow analysis)

For an overview of the user interface changes since SETools 3.x, please see the wiki.

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.

The major changes since the 4.0.0-beta release are:

  • Completed apol
  • Implemented v30 policy support (xperm rules; initial contribution from Richard Haines)
  • Implemented Xen policy support (initial contribution from Richard Haines)
  • Added man pages