You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/bin/audit2allow", line 399, in <module>
app.main()
~~~~~~~~^^
File "/usr/bin/audit2allow", line 387, in main
self.__output()
~~~~~~~~~~~~~^^
File "/usr/bin/audit2allow", line 353, in __output
g.add_access(self.__avs)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/sepolgen/policygen.py", line 255, in add_access
self.__add_av_rule(av)
~~~~~~~~~~~~~~~~~~^^^^
File "/usr/lib/python3.13/site-packages/sepolgen/policygen.py", line 182, in __add_av_rule
rule.comment = str(refpolicy.Comment(explain_access(av, verbosity=self.explain)))
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/sepolgen/refpolicy.py", line 1242, in __str__
return self.to_string()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/sepolgen/refpolicy.py", line 1229, in to_string
if self.gen_cil:
^^^^^^^^^^^^
AttributeError: 'Comment' object has no attribute 'gen_cil'
The text was updated successfully, but these errors were encountered:
The system is installed in virtualbox.
Used the compiled packages from https://github.com/archlinuxhardened/selinux @fishilico
Installed via yay.
audit2allow -ae
The text was updated successfully, but these errors were encountered: