File: io.github.evilsocket.opensnitch.appdata.xml

package info (click to toggle)
opensnitch 1.6.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,980 kB
  • sloc: python: 12,604; ansic: 1,965; sh: 435; makefile: 239; xml: 50; sql: 3
file content (56 lines) | stat: -rw-r--r-- 2,196 bytes parent folder | download | duplicates (5)
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
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>io.github.evilsocket.opensnitch</id>
  
  <name>OpenSnitch</name>
  <summary>GNU/Linux interactive application firewall</summary>
  
  <metadata_license>FTL</metadata_license>
  <project_license>GPL-3.0-or-later</project_license>
  
  <supports>
    <control>pointing</control>
    <control>keyboard</control>
    <control>touch</control>
  </supports>
  
  <description>
    <p>
      Whenever a program tries to establish a new connection, it&apos;ll prompt the user to allow or deny it.
    </p>
    <p>
      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.
    </p>
    <p>
      The GUI allows the user to view live outgoing connections, as well as search by process, user, host or port.
    </p>
    <p>
      OpenSnitch can also work as a system-wide domains blocker, by using lists of domains, list of IPs or list of regular expressions.
    </p>
  </description>

  <categories>
    <category>System</category>
    <category>Security</category>
    <category>Monitor</category>
    <category>Network</category>
  </categories>

  <icon type="stock">opensnitch-ui</icon>
  <url type="homepage">https://github.com/evilsocket/opensnitch</url>
  <url type="bugtracker">https://github.com/evilsocket/opensnitch/issues</url>
  <url type="help">https://github.com/evilsocket/opensnitch/wiki</url>
  <launchable type="desktop-id">opensnitch_ui.desktop</launchable>
  <screenshots>
    <screenshot type="default">
      <image>https://user-images.githubusercontent.com/2742953/85205382-6ba9cb00-b31b-11ea-8e9a-bd4b8b05a236.png</image>
    </screenshot>
    <screenshot>
      <image>https://user-images.githubusercontent.com/2742953/217039798-3477c6c2-d64f-4eea-89af-cd94ee77cff4.png</image>
    </screenshot>
    <screenshot>
      <image>https://user-images.githubusercontent.com/2742953/99863173-3987e800-2b9d-11eb-93f2-fe3121b18c51.png</image>
    </screenshot>
  </screenshots>
  <content_rating type="oars-1.0" />
</component>