SHA256
1
0
forked from pool/haproxy

- apparmor profile:

- we need net_admin capability for non local bind and setting
    "source" for server entries.

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=227
This commit is contained in:
Marcus Rückert 2020-11-02 13:16:23 +00:00 committed by Git OBS Bridge
parent bdec498733
commit 11e00851c5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 2 13:15:38 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
- apparmor profile:
- we need net_admin capability for non local bind and setting
"source" for server entries.
-------------------------------------------------------------------
Sat Oct 24 01:18:29 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -12,6 +12,7 @@ profile haproxy /usr/sbin/haproxy {
capability kill,
capability sys_resource,
capability sys_chroot,
capability net_admin,
# those are needed for the stats socket creation
capability chown,