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:
parent
c95a804b72
commit
7e4ab87d11
@ -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
|
||||
|
||||
|
@ -32,6 +32,8 @@ profile haproxy /usr/sbin/haproxy {
|
||||
/{,var/}run/haproxy.pid rw,
|
||||
/{,var/}run/haproxy-master.sock* rwlk,
|
||||
|
||||
/sys/devices/system/node/ r,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
#include if exists <local/haproxy>
|
||||
#include if exists <local/usr.sbin.haproxy>
|
||||
|
Loading…
Reference in New Issue
Block a user