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:
parent
bdec498733
commit
11e00851c5
@ -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>
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user