Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-setools | Distribution: AlmaLinux |
Version: 4.3.0 | Vendor: AlmaLinux |
Release: 5.el8 | Build date: Sun Oct 15 04:26:26 2023 |
Group: Unspecified | Build host: arm64-builder04.almalinux.org |
Size: 2795121 | Source RPM: setools-4.3.0-5.el8.src.rpm |
Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
Url: https://github.com/SELinuxProject/setools/wiki | |
Summary: Policy analysis tools for SELinux |
SETools is a collection of graphical tools, command-line tools, and Python 3 modules designed to facilitate SELinux policy analysis.
GPLv2
* Mon Aug 21 2023 Vit Mojzis <vmojzis@redhat.com> - 4.3.0-5 - Disable/remove neverallow options in sediff (#2184141) * Mon Jun 19 2023 Vit Mojzis <vmojzis@redhat.com> - 4.3.0-4 - Disable/remove neverallow options in frontends (#2184141) - AVRuleXperm: Fix permission set creation for AVTAB_XPERMS_IOCTLDRIVER (#2174376) * Tue Nov 30 2021 Vit Mojzis <vmojzis@redhat.com> - 4.3.0-3 - Make seinfo output predictable (#2019961) * Tue Jun 30 2020 Vit Mojzis <vmojzis@redhat.com> - 4.3.0-2 - Support old boolean names in policy queries (#1595572, #1581848) * Fri Apr 03 2020 Vit Mojzis <vmojzis@redhat.com> - 4.3.0-1 - SETools 4.3.0 release (#1820079) - Revised sediff method for TE rules. This drastically reduced memory and run time. - Added infiniband context support to seinfo, sediff, and apol. - Added apol configuration for location of Qt assistant. - Fixed sediff issue where properties header would display when not requested. - Fixed sediff issue with type_transition file name comparison. - Fixed permission map socket sendto information flow direction. - Added methods to TypeAttribute class to make it a complete Python collection. - Genfscon now will look up classes rather than using fixed values which were dropped from libsepol. - setools requires -console, -console-analyses and -gui packages (#1820078) * Sat Nov 30 2019 Petr Lautrbach <plautrba@redhat.com> - 4.2.2-2 - Build setools-console-analyses and setools-gui (#1731519) * Mon Jul 08 2019 Vit Mojzis <vmojzis@redhat.com> - 4.2.2-1 - SETools 4.2.2 release * Mon May 13 2019 Vit Mojzis <vmojzis@redhat.com> - 4.2.1-3 - Use CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules}" ; export FFLAGS ; FCFLAGS="${FCFLAGS:--O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules}" ; export FCFLAGS ; LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld}" ; export LDFLAGS instead of -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection * Mon May 06 2019 Vit Mojzis <vmojzis@redhat.com> - 4.2.1-2 - SELinuxPolicy: Create a map of aliases on policy load (#1672631) * Tue Mar 26 2019 Petr Lautrbach <plautrba@redhat.com> - 4.2.1-1 - SETools 4.2.1 release (#1581761, #1595582) * Fri Nov 16 2018 Lumír Balhar <lbalhar@redhat.com> - 4.2.0-2 - Require platform-python-setuptools instead of python3-setuptools - Resolves: rhbz#1650548 * Tue Nov 13 2018 Petr Lautrbach <plautrba@redhat.com> - 4.2.0-1 - SETools 4.2.0 release * Mon Oct 01 2018 Vit Mojzis <vmojzis@redhat.com> - 4.2.0-0.3.rc - Update upstream source to 4.2.0-rc * Wed Aug 22 2018 Petr Lautrbach <plautrba@redhat.com> - 4.1.1-11 - Fix SCTP patch - https://github.com/SELinuxProject/setools/issues/9 * Thu Jun 14 2018 Petr Lautrbach <plautrba@redhat.com> - 4.1.1-10 - Move gui python files to -gui subpackage - Do not build gui and console-analyses by default * Wed Jun 06 2018 Petr Lautrbach <plautrba@redhat.com> - 4.1.1-9 - Don't build the Python 2 subpackage (#1567362) * Thu Apr 26 2018 Vit Mojzis <vmojzis@redhat.com> - 4.1.1-8 - Add support for SCTP protocol (#1568333) * Thu Apr 19 2018 Iryna Shcherbina <shcherbina.iryna@gmail.com> - 4.1.1-7 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Sep 04 2017 Petr Lautrbach <plautrba@redhat.com> - 4.1.1-5 - setools-python2 requires python2-enum34 * Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.1.1-4 - Add Provides for the old name without %_isa * Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.1.1-3 - Python 2 binary package renamed to python2-setools See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - Python 3 binary package renamed to python3-setools * Thu Aug 10 2017 Petr Lautrbach <plautrba@redhat.com> - 4.1.1-2 - bswap_* macros are defined in byteswap.h * Mon Aug 07 2017 Petr Lautrbach <plautrba@redhat.com> - 4.1.1-1 - New upstream release * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon May 22 2017 Petr Lautrbach <plautrba@redhat.com> - 4.1.0-3 - setools-python{,3} packages should have a weak dependency on libselinux-python{,3} (#1447747) * Thu Feb 23 2017 Petr Lautrbach <plautrba@redhat.com> - 4.1.0-2 - Move python networkx dependency to -gui and -console-analyses - Ship sedta and seinfoflow in setools-console-analyses * Wed Feb 15 2017 Petr Lautrbach <plautrba@redhat.com> - 4.1.0-1 - New upstream release.
/usr/lib/.build-id /usr/lib/.build-id/ad /usr/lib/.build-id/ad/89f1f2adbe81feb94d10402b5c333d0bd8bdec /usr/lib64/python3.6/site-packages/setools /usr/lib64/python3.6/site-packages/setools-4.3.0-py3.6.egg-info /usr/lib64/python3.6/site-packages/setools-4.3.0-py3.6.egg-info/PKG-INFO /usr/lib64/python3.6/site-packages/setools-4.3.0-py3.6.egg-info/SOURCES.txt /usr/lib64/python3.6/site-packages/setools-4.3.0-py3.6.egg-info/dependency_links.txt /usr/lib64/python3.6/site-packages/setools-4.3.0-py3.6.egg-info/requires.txt /usr/lib64/python3.6/site-packages/setools-4.3.0-py3.6.egg-info/top_level.txt /usr/lib64/python3.6/site-packages/setools/__init__.py /usr/lib64/python3.6/site-packages/setools/__pycache__ /usr/lib64/python3.6/site-packages/setools/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/boolquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/boolquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/boundsquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/boundsquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/categoryquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/categoryquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/commonquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/commonquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/constraintquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/constraintquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/defaultquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/defaultquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/descriptors.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/descriptors.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/devicetreeconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/devicetreeconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/dta.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/dta.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/exception.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/exception.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/fsusequery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/fsusequery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/genfsconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/genfsconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/ibendportconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/ibendportconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/ibpkeyconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/ibpkeyconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/infoflow.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/infoflow.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/initsidquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/initsidquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/iomemconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/iomemconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/ioportconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/ioportconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/mixins.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/mixins.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/mlsrulequery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/mlsrulequery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/netifconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/netifconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/nodeconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/nodeconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/objclassquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/objclassquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/pcideviceconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/pcideviceconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/permmap.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/permmap.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/pirqconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/pirqconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/polcapquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/polcapquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/portconquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/portconquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/query.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/query.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/rbacrulequery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/rbacrulequery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/rolequery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/rolequery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/sensitivityquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/sensitivityquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/terulequery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/terulequery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/typeattrquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/typeattrquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/typequery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/typequery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/userquery.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/userquery.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/util.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/__pycache__/util.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/boolquery.py /usr/lib64/python3.6/site-packages/setools/boundsquery.py /usr/lib64/python3.6/site-packages/setools/categoryquery.py /usr/lib64/python3.6/site-packages/setools/commonquery.py /usr/lib64/python3.6/site-packages/setools/constraintquery.py /usr/lib64/python3.6/site-packages/setools/defaultquery.py /usr/lib64/python3.6/site-packages/setools/descriptors.py /usr/lib64/python3.6/site-packages/setools/devicetreeconquery.py /usr/lib64/python3.6/site-packages/setools/diff /usr/lib64/python3.6/site-packages/setools/diff/__init__.py /usr/lib64/python3.6/site-packages/setools/diff/__pycache__ /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/bool.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/bool.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/bounds.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/bounds.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/commons.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/commons.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/conditional.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/conditional.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/constraints.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/constraints.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/context.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/context.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/default.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/default.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/descriptors.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/descriptors.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/difference.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/difference.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/fsuse.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/fsuse.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/genfscon.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/genfscon.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/ibendportcon.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/ibendportcon.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/initsid.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/initsid.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/mls.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/mls.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/mlsrules.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/mlsrules.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/netifcon.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/netifcon.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/nodecon.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/nodecon.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/objclass.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/objclass.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/polcap.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/polcap.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/portcon.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/portcon.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/properties.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/properties.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/rbacrules.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/rbacrules.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/roles.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/roles.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/terules.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/terules.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/typeattr.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/typeattr.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/types.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/types.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/users.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/setools/diff/__pycache__/users.cpython-36.pyc /usr/lib64/python3.6/site-packages/setools/diff/bool.py /usr/lib64/python3.6/site-packages/setools/diff/bounds.py /usr/lib64/python3.6/site-packages/setools/diff/commons.py /usr/lib64/python3.6/site-packages/setools/diff/conditional.py /usr/lib64/python3.6/site-packages/setools/diff/constraints.py /usr/lib64/python3.6/site-packages/setools/diff/context.py /usr/lib64/python3.6/site-packages/setools/diff/default.py /usr/lib64/python3.6/site-packages/setools/diff/descriptors.py /usr/lib64/python3.6/site-packages/setools/diff/difference.py /usr/lib64/python3.6/site-packages/setools/diff/fsuse.py /usr/lib64/python3.6/site-packages/setools/diff/genfscon.py /usr/lib64/python3.6/site-packages/setools/diff/ibendportcon.py /usr/lib64/python3.6/site-packages/setools/diff/ibpkeycon.py /usr/lib64/python3.6/site-packages/setools/diff/initsid.py /usr/lib64/python3.6/site-packages/setools/diff/mls.py /usr/lib64/python3.6/site-packages/setools/diff/mlsrules.py /usr/lib64/python3.6/site-packages/setools/diff/netifcon.py /usr/lib64/python3.6/site-packages/setools/diff/nodecon.py /usr/lib64/python3.6/site-packages/setools/diff/objclass.py /usr/lib64/python3.6/site-packages/setools/diff/polcap.py /usr/lib64/python3.6/site-packages/setools/diff/portcon.py /usr/lib64/python3.6/site-packages/setools/diff/properties.py /usr/lib64/python3.6/site-packages/setools/diff/rbacrules.py /usr/lib64/python3.6/site-packages/setools/diff/roles.py /usr/lib64/python3.6/site-packages/setools/diff/terules.py /usr/lib64/python3.6/site-packages/setools/diff/typeattr.py /usr/lib64/python3.6/site-packages/setools/diff/types.py /usr/lib64/python3.6/site-packages/setools/diff/users.py /usr/lib64/python3.6/site-packages/setools/dta.py /usr/lib64/python3.6/site-packages/setools/exception.py /usr/lib64/python3.6/site-packages/setools/fsusequery.py /usr/lib64/python3.6/site-packages/setools/genfsconquery.py /usr/lib64/python3.6/site-packages/setools/ibendportconquery.py /usr/lib64/python3.6/site-packages/setools/ibpkeyconquery.py /usr/lib64/python3.6/site-packages/setools/infoflow.py /usr/lib64/python3.6/site-packages/setools/initsidquery.py /usr/lib64/python3.6/site-packages/setools/iomemconquery.py /usr/lib64/python3.6/site-packages/setools/ioportconquery.py /usr/lib64/python3.6/site-packages/setools/mixins.py /usr/lib64/python3.6/site-packages/setools/mlsrulequery.py /usr/lib64/python3.6/site-packages/setools/netifconquery.py /usr/lib64/python3.6/site-packages/setools/nodeconquery.py /usr/lib64/python3.6/site-packages/setools/objclassquery.py /usr/lib64/python3.6/site-packages/setools/pcideviceconquery.py /usr/lib64/python3.6/site-packages/setools/perm_map /usr/lib64/python3.6/site-packages/setools/permmap.py /usr/lib64/python3.6/site-packages/setools/pirqconquery.py /usr/lib64/python3.6/site-packages/setools/polcapquery.py /usr/lib64/python3.6/site-packages/setools/policyrep.cpython-36m-aarch64-linux-gnu.so /usr/lib64/python3.6/site-packages/setools/portconquery.py /usr/lib64/python3.6/site-packages/setools/query.py /usr/lib64/python3.6/site-packages/setools/rbacrulequery.py /usr/lib64/python3.6/site-packages/setools/rolequery.py /usr/lib64/python3.6/site-packages/setools/sensitivityquery.py /usr/lib64/python3.6/site-packages/setools/terulequery.py /usr/lib64/python3.6/site-packages/setools/typeattrquery.py /usr/lib64/python3.6/site-packages/setools/typequery.py /usr/lib64/python3.6/site-packages/setools/userquery.py /usr/lib64/python3.6/site-packages/setools/util.py /usr/share/licenses/python3-setools /usr/share/licenses/python3-setools/COPYING /usr/share/licenses/python3-setools/COPYING.GPL /usr/share/licenses/python3-setools/COPYING.LGPL
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 11 06:03:50 2024