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:
parent
4e594d7360
commit
06d388183d
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user