View Issue Details

IDProjectCategoryView StatusLast Update
0000180AlmaLinux-8libselinuxpublic2022-02-01 10:12
Reporterp-fruck Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0000180: selinux python bindings missing for python3.9
DescriptionNot quite sure whether this is on purpose, but when using python 3.6 the selinux bindings are preinstalled whereas when using python 3.9 they are not. I'd love to see python-selinux bindings for python 3.9 out of the box.



Steps To Reproduce# Make sure both python versions are installed
sudo dnf install python36 python39

# Check for selinux packages with python 3.9, no output is returned for me
/usr/bin/pip3.9 freeze | grep '^se'

# Check for selinux packages with python 3.6, the below output is returned for me
/usr/bin/pip3.6 freeze | grep '^se'
selinux==2.9
sepolicy==1.1
setools==4.3.0
setroubleshoot==1.1
Tagspython, selinux
abrt_hash
URL

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-02-01 10:12 p-fruck New Issue
2022-02-01 10:12 p-fruck Tag Attached: python
2022-02-01 10:12 p-fruck Tag Attached: selinux