LICENSE
MANIFEST.in
setup.py
bin/opensnitch-ui
opensnitch/__init__.py
opensnitch/config.py
opensnitch/desktop_parser.py
opensnitch/nodes.py
opensnitch/notifications.py
opensnitch/resources_rc.py
opensnitch/rules.py
opensnitch/service.py
opensnitch/ui_pb2.py
opensnitch/ui_pb2_grpc.py
opensnitch/version.py
opensnitch/actions/__init__.py
opensnitch/actions/default_configs.py
opensnitch/actions/highlight.py
opensnitch/actions/utils.py
opensnitch/auth/__init__.py
opensnitch/customwidgets/__init__.py
opensnitch/customwidgets/addresstablemodel.py
opensnitch/customwidgets/colorizeddelegate.py
opensnitch/customwidgets/firewalltableview.py
opensnitch/customwidgets/generictableview.py
opensnitch/customwidgets/main.py
opensnitch/customwidgets/updownbtndelegate.py
opensnitch/database/__init__.py
opensnitch/database/enums.py
opensnitch/database/migrations/upgrade_1.sql
opensnitch/database/migrations/upgrade_2.sql
opensnitch/database/migrations/upgrade_3.sql
opensnitch/dialogs/__init__.py
opensnitch/dialogs/conndetails.py
opensnitch/dialogs/firewall.py
opensnitch/dialogs/firewall_rule.py
opensnitch/dialogs/preferences.py
opensnitch/dialogs/processdetails.py
opensnitch/dialogs/prompt.py
opensnitch/dialogs/ruleseditor.py
opensnitch/dialogs/stats.py
opensnitch/firewall/__init__.py
opensnitch/firewall/chains.py
opensnitch/firewall/enums.py
opensnitch/firewall/exprs.py
opensnitch/firewall/profiles.py
opensnitch/firewall/rules.py
opensnitch/firewall/utils.py
opensnitch/i18n/de_DE/opensnitch-de_DE.qm
opensnitch/i18n/es_ES/opensnitch-es_ES.qm
opensnitch/i18n/eu_ES/opensnitch-eu_ES.qm
opensnitch/i18n/fi_FI/opensnitch-fi_FI.qm
opensnitch/i18n/fr_FR/opensnitch-fr_FR.qm
opensnitch/i18n/hu_HU/opensnitch-hu_HU.qm
opensnitch/i18n/ja_JP/opensnitch-ja_JP.qm
opensnitch/i18n/lt_LT/opensnitch-lt_LT.qm
opensnitch/i18n/nb_NO/opensnitch-nb_NO.qm
opensnitch/i18n/nl_NL/opensnitch-nl_NL.qm
opensnitch/i18n/pt_BR/opensnitch-pt_BR.qm
opensnitch/i18n/ro_RO/opensnitch-ro_RO.qm
opensnitch/i18n/ru_RU/opensnitch-ru_RU.qm
opensnitch/i18n/tr_TR/opensnitch-tr_TR.qm
opensnitch/i18n/zh_TW/opensnitch-zh_TW.qm
opensnitch/proto/__init__.py
opensnitch/proto/ui_pb2.py
opensnitch/proto/ui_pb2_grpc.py
opensnitch/proto/pre3200/ui_pb2.py
opensnitch/proto/pre3200/ui_pb2_grpc.py
opensnitch/res/__init__.py
opensnitch/res/firewall.ui
opensnitch/res/firewall_rule.ui
opensnitch/res/icon-alert.png
opensnitch/res/icon-off.png
opensnitch/res/icon-pause.png
opensnitch/res/icon-pause.svg
opensnitch/res/icon-red.png
opensnitch/res/icon-white.png
opensnitch/res/icon-white.svg
opensnitch/res/icon.png
opensnitch/res/preferences.ui
opensnitch/res/process_details.ui
opensnitch/res/prompt.ui
opensnitch/res/resources.qrc
opensnitch/res/ruleseditor.ui
opensnitch/res/stats.ui
opensnitch/utils/__init__.py
opensnitch/utils/infowindow.py
opensnitch/utils/languages.py
opensnitch/utils/qvalidator.py
opensnitch/utils/xdg.py
opensnitch_ui.egg-info/PKG-INFO
opensnitch_ui.egg-info/SOURCES.txt
opensnitch_ui.egg-info/dependency_links.txt
opensnitch_ui.egg-info/not-zip-safe
opensnitch_ui.egg-info/top_level.txt
resources/io.github.evilsocket.opensnitch.appdata.xml
resources/kcm_opensnitch.desktop
resources/opensnitch_ui.desktop
resources/icons/opensnitch-ui.svg
resources/icons/48x48/opensnitch-ui.png
resources/icons/64x64/opensnitch-ui.png
tests/README.md
tests/__init__.py
tests/test_nodes.py
tests/dialogs/__init__.py
tests/dialogs/test_preferences.py
tests/dialogs/test_ruleseditor.py