1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(apparmor): Make network rules more strict

Explicitly define allowed network domain.
This commit is contained in:
Vincas Dargis 2019-03-25 19:31:41 +02:00
parent 4d9cc7216a
commit 11a32e3371
2 changed files with 8 additions and 4 deletions

View File

@ -38,8 +38,10 @@ profile qtox /usr{,/local}/bin/qtox {
# Networking
network tcp,
network udp,
network inet udp,
network inet6 udp,
network inet tcp,
network inet6 tcp,
# DBus

View File

@ -45,8 +45,10 @@ profile qtox /usr{,/local}/bin/qtox {
# Networking
network tcp,
network udp,
network inet udp,
network inet6 udp,
network inet tcp,
network inet6 tcp,
# DBus