SHA256
1
0
forked from pool/haproxy

- apparmor: profile now needs access to /sys/devices/system/node/

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=260
This commit is contained in:
Marcus Rückert 2022-02-24 18:16:38 +00:00 committed by Git OBS Bridge
parent c95a804b72
commit 7e4ab87d11
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 24 18:16:09 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- apparmor: profile now needs access to /sys/devices/system/node/
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 18 21:45:27 UTC 2022 - mrueckert@suse.de Fri Feb 18 21:45:27 UTC 2022 - mrueckert@suse.de

View File

@ -32,6 +32,8 @@ profile haproxy /usr/sbin/haproxy {
/{,var/}run/haproxy.pid rw, /{,var/}run/haproxy.pid rw,
/{,var/}run/haproxy-master.sock* rwlk, /{,var/}run/haproxy-master.sock* rwlk,
/sys/devices/system/node/ r,
# Site-specific additions and overrides. See local/README for details. # Site-specific additions and overrides. See local/README for details.
#include if exists <local/haproxy> #include if exists <local/haproxy>
#include if exists <local/usr.sbin.haproxy> #include if exists <local/usr.sbin.haproxy>