aboutsummaryrefslogtreecommitdiff
path: root/utils/selinux-python
Commit message (Collapse)AuthorAge
* selinux-python: update to version 3.2Dominick Grift2021-03-09
| | | | | | | | | | | | | | be065c4b sepolicy: Do not try to load policy on import 8f0f0a28 selinux(8,5): Describe fcontext regular expressions e12f71e8 python/sepolgen: allow any policy statement in if(n)def b15dff0f python/semanage: Sort imports in alphabetical order 92e01969 python/semanage: empty stdout before exiting on BrokenPipeError fadcc839 python/sepolicy: allow to override manpage date 2a60de8e sepolgen: sort extended rules like normal ones 9e239e55 sepolgen: print extended permissions in hexadecimal ccd973f7 python/audit2allow: add #include <limits.h> to sepolgen-ifgen-attr-helper.c Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* selinux-python: new packageThomas Petazzoni2020-09-11
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [update to 3.1, make use of Python 3, and update dependencies] Signed-off-by: W. Michael Petullo <mike@flyn.org>