mirror of
https://github.com/SELinuxProject/setools
synced 2025-01-31 04:01:39 +00:00
Changelog/setup.py: Add sechecker.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
e8a1dd67e3
commit
51429df385
@ -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.
|
||||
|
4
setup.py
4
setup.py
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user