当前位置: 代码迷 >> 综合 >> audit2allow命令提示No module named sepolgen.audit
  详细解决方案

audit2allow命令提示No module named sepolgen.audit

热度:84   发布时间:2024-02-09 13:38:58.0

错误提示如下

Traceback (most recent call last):File "./audit2allow", line 25, in <module>import sepolgen.audit as audit
ImportError: No module named sepolgen.audit

解决办法

apt install python-selinux python-semanage python-sepolgen
  相关解决方案