Changelog/setup.py: Add sechecker.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2020-06-25 09:10:15 -04:00
parent e8a1dd67e3
commit 51429df385
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
* Added sechecker tool which is a configuration file driven analysis tool.
*setools-4.3.0 (1 Apr 2020)
* Revised sediff method for TE rules. This drastically reduced memory and run time.

View File

@ -146,8 +146,8 @@ setup(name='setools',
author_email='pebenito@ieee.org',
url='https://github.com/SELinuxProject/setools',
cmdclass={'build_qhc': QtHelpCommand, 'clean': CleanCommand},
packages=['setools', 'setools.diff', 'setoolsgui', 'setoolsgui.apol'],
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
packages=['setools', 'setools.checker', 'setools.diff', 'setoolsgui', 'setoolsgui.apol'],
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta', 'sechecker'],
data_files=installed_data,
package_data={'': ['*.ui', '*.qhc', '*.qch'], 'setools': ['perm_map']},
ext_modules=cythonize(ext_py_mods, include_path=['setools/policyrep'],