1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: opensnitch
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Gustavo Iniguez Goya <gooffy@gmail.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 11),
debhelper (>= 9),
dh-golang,
golang-any,
golang-github-vishvananda-netlink-dev,
golang-github-google-gopacket-dev,
golang-github-fsnotify-fsnotify-dev,
golang-golang-x-net-dev,
golang-google-grpc-dev,
golang-goprotobuf-dev,
pkg-config,
libnetfilter-queue-dev,
libmnl-dev
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/opensnitch
Vcs-Git: https://salsa.debian.org/go-team/packages/opensnitch.git
Homepage: https://github.com/evilsocket/opensnitch
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/evilsocket/opensnitch
Package: opensnitch
Section: net
Architecture: any
Depends:
libnetfilter-queue1, libc6, libnfnetlink0
Built-Using: ${misc:Built-Using}
Description: GNU/Linux interactive application firewall
OpenSnitch is a GNU/Linux firewall application.
Whenever a program makes a connection, it'll prompt the user to allow or deny
it.
.
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.
.
The GUI allows the user to view live outgoing connections, as well as search
by process, user, host or port.
.
OpenSnitch can also work as a system-wide domains blocker, by using lists
of domains, list of IPs or list of regular expressions.
|