Skip to content

Instantly share code, notes, and snippets.

Created July 13, 2014 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a7e3c47f0599d5c7ba50 to your computer and use it in GitHub Desktop.
Save anonymous/a7e3c47f0599d5c7ba50 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/share/system-config-selinux/polgengui.py", line 342, in forward
if self.on_name_page_next():
File "/usr/share/system-config-selinux/polgengui.py", line 715, in on_name_page_next
policy=polgen.policy(name, self.get_type())
File "/usr/share/system-config-selinux/polgen.py", line 204, in __init__
self.ports = get_all_ports()
File "/usr/share/system-config-selinux/polgen.py", line 85, in get_all_ports
for p in setools.seinfo(setools.PORT):
AttributeError: 'module' object has no attribute 'PORT'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment