This repository has been archived by the owner on Jun 18, 2018. It is now read-only.
Home
Chris PeBenito edited this page Jun 16, 2018
·
9 revisions
Pages 5
Clone this wiki locally
SETools has moved to SELinuxProject: https://github.com/SELinuxProject/setools
SETools v4 - Policy Analysis Tools for SELinux
SETools consists of a number of SELinux policy analysis tools, both graphical and command line.
Graphical tools
Tool Name | Use |
---|---|
apol | A Qt graphical analysis tool. Use it to perform various types of analyses. |
Command-line tools
Tool Name | Use |
---|---|
sediff | Compare two policies to find differences. |
sedta | Perform domain transition analyses. |
seinfo | List policy components. |
seinfoflow | Perform information flow analyses. |
sesearch | Search rules (allow, type_transition, etc.) |
Obtaining SETools
Official releases of SETools may be downloaded from the releases page.
SETools source code is maintained within a GitHub repository. From the command line do:
$ git clone https://github.com/TresysTechnology/setools.git
You may also browse the GitHub repository.
Installation
Please see the README at the top level of the source code tree for information on building and installing SETools.
Contributing
If you'd like to contribute, please send a GitHub pull request (preferred) or send patches to the SELinux mail list.
Previous Versions
For prior versions of SETools, please see https://github.com/TresysTechnology/setools3/wiki.