2020-02-06 23:17:43 +01:00
|
|
|
Source: opensnitch-ui
|
2020-02-18 10:47:17 +01:00
|
|
|
Maintainer: Gustavo Iñiguez Goia <gooffy1@gmail.com>
|
2020-02-18 23:30:56 +01:00
|
|
|
Uploaders:
|
|
|
|
Gustavo Iniguez Goya <gooffy@gmail.com>,
|
|
|
|
Priority: optional
|
|
|
|
Homepage: https://github.com/gustavo-iniguez-goya/opensnitch
|
|
|
|
Build-Depends: python3-setuptools, python3-all, debhelper (>= 7.4.3), dh-python
|
|
|
|
Standards-Version: 3.9.1
|
2020-02-06 23:17:43 +01:00
|
|
|
|
2020-02-18 23:30:56 +01:00
|
|
|
|
|
|
|
Package: python3-opensnitch-ui
|
|
|
|
Architecture: all
|
2020-02-18 10:47:17 +01:00
|
|
|
Section: net
|
2020-02-18 23:30:56 +01:00
|
|
|
Depends:
|
|
|
|
python3:any, python3-setuptools, python3-six, python3-pyqt5, python3-pyqt5.qtsql, python3-pyinotify, python3-pip, whiptail | dialog
|
2020-02-18 10:47:17 +01:00
|
|
|
Description: GUI for the opensnitch application firewall
|
2020-02-18 23:30:56 +01:00
|
|
|
opensnitch-ui is a GUI for opensnitch written in Python.
|
2020-02-18 10:47:17 +01:00
|
|
|
It allows the user to view live outgoing connections, as well as search
|
|
|
|
to make connections.
|
|
|
|
.
|
|
|
|
The user can decide if block the outgoing connection based on properties of
|
|
|
|
the connection: by port, by uid, by dst ip, by program or a combination
|
|
|
|
of them.
|
|
|
|
.
|
|
|
|
These rules can last forever, until the app restart or just one time.
|