View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000180 | AlmaLinux-8 | libselinux | public | 2022-02-01 10:12 | 2022-02-01 10:12 |
Reporter | p-fruck | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0000180: selinux python bindings missing for python3.9 | ||||
Description | Not 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 | ||||
Tags | python, selinux | ||||
abrt_hash | |||||
URL | |||||