Bug ID 1121455
Summary policycoreutils-2.8: missing seobject and python2
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee jsegitz@suse.com
Reporter kukuk@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

semanage from policycoreutils-2.8 does not find 'seobject': 

# semanage --help
Traceback (most recent call last):
  File "/usr/sbin/semanage", line 28, in <module>
    import seobject
ModuleNotFoundError: No module named 'seobject'


Additional, policycoreutils has a dependency to 'audit-libs-python'.
seobject.py seems to be the only file who uses the audit plugin, and since
seobject is imported by semanage, which is python3, this most likely needs to
be changed to python3-audit, too?


You are receiving this mail because: