SHA256
1
0
forked from pool/haproxy

- apparmor: do not limit to tcp sockets. haproxy can do udp as

well.

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=230
This commit is contained in:
Marcus Rückert 2020-11-05 18:56:32 +00:00 committed by Git OBS Bridge
parent 4e594d7360
commit 06d388183d
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 5 18:56:00 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
- apparmor: do not limit to tcp sockets. haproxy can do udp as
well.
-------------------------------------------------------------------
Thu Nov 05 16:43:01 UTC 2020 - mrueckert@suse.de

View File

@ -19,8 +19,8 @@ profile haproxy /usr/sbin/haproxy {
capability fowner,
capability fsetid,
network inet tcp,
network inet6 tcp,
network inet,
network inet6,
/etc/haproxy/* r,