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:
parent
4d9cc7216a
commit
11a32e3371
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user