mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
profiles/apparmor.d/tinyproxy: allow dgram and netlink network access
This is required for DNS resolution Signed-off-by: Alex Murray <alex.murray@canonical.com>
This commit is contained in:
parent
8729c65bfe
commit
f2a6860767
1 changed files with 6 additions and 0 deletions
|
@ -40,8 +40,14 @@ profile tinyproxy /usr/bin/tinyproxy {
|
|||
|
||||
file r /usr/share/tinyproxy/*, #ErrorFile, DefaultErrorFile, StatFile etc
|
||||
|
||||
# for network access
|
||||
network inet stream,
|
||||
network inet dgram,
|
||||
network inet6 stream,
|
||||
network inet6 dgram,
|
||||
|
||||
# for DNS resolution
|
||||
network netlink raw,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
include if exists <local/tinyproxy>
|
||||
|
|
Loading…
Add table
Reference in a new issue