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:
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

@@ -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,