https://github.com/pycontribs/selinux
Pure-python selinux shim module for use in virtualenvs
https://github.com/pycontribs/selinux
python selinux
Last synced: about 1 year ago
JSON representation
Pure-python selinux shim module for use in virtualenvs
- Host: GitHub
- URL: https://github.com/pycontribs/selinux
- Owner: pycontribs
- License: mit
- Created: 2019-04-13T16:53:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T16:52:20.000Z (over 1 year ago)
- Last Synced: 2025-04-12T14:58:19.616Z (over 1 year ago)
- Topics: python, selinux
- Language: Python
- Size: 81.1 KB
- Stars: 20
- Watchers: 4
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/python/black
:alt: Python Black Code Style
selinux
=======
Pure-python selinux **shim** module for use in virtualenvs in order to avoid
failure to load selinux in Ansible modules.
You still need to have libselinux python bindings package installed on your
system for it to work but you no longer have the problem of not being able
to import it from inside isolated (default) virtualenvs.
This package was also tested as installed outside virtualenvs and seems not
to interfere with the original library.
The change-list can be accessed at `releases`__.
__ https://github.com/pycontribs/selinux/releases