mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
profiles/apparmor.d/tinyproxy: allow capability set[ug]id
Signed-off-by: Alex Murray <alex.murray@canonical.com>
This commit is contained in:
parent
965a678cb7
commit
94d494d8fe
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ profile tinyproxy /usr/bin/tinyproxy {
|
|||
include <abstractions/nameservice-strict>
|
||||
|
||||
# allow to drop privileges
|
||||
capability setuid,
|
||||
capability setgid,
|
||||
|
||||
# to provide flexibility, when run as root tinyproxy may need to read files
|
||||
|
|
Loading…
Add table
Reference in a new issue