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

4.0.0

Compare
Choose a tag to compare
@pebenito pebenito released this 04 May 13:52
· 154 commits to master since this release

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