mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
profiles/apparmor.d/tinyproxy: use nameservice-strict abstraction
tinyproxy does not need all of nameservice, nameservice-strict is sufficient. Thanks to @cboltz for the suggestion. Signed-off-by: Alex Murray <alex.murray@canonical.com>
This commit is contained in:
parent
503a89e5ef
commit
861be3904b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ include <tunables/global>
|
||||||
|
|
||||||
profile tinyproxy /usr/bin/tinyproxy {
|
profile tinyproxy /usr/bin/tinyproxy {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/nameservice>
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
# to provide flexibility, when run as root tinyproxy may need to read files
|
# to provide flexibility, when run as root tinyproxy may need to read files
|
||||||
# owned by other users
|
# owned by other users
|
||||||
|
|
Loading…
Add table
Reference in a new issue