This repository has been archived by the owner on Jun 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Chris PeBenito edited this page Jun 16, 2018
·
9 revisions
SETools has moved to SELinuxProject: https://github.com/SELinuxProject/setools
SETools consists of a number of SELinux policy analysis tools, both graphical and command line.
Tool Name | Use |
---|---|
apol | A Qt graphical analysis tool. Use it to perform various types of analyses. |
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.) |
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.
Please see the README at the top level of the source code tree for information on building and installing SETools.
If you'd like to contribute, please send a GitHub pull request (preferred) or send patches to the SELinux mail list.
For prior versions of SETools, please see https://github.com/TresysTechnology/setools3/wiki.