- update apparmor profile usr.lib.nagios.plugins.check_iostat

to allow reading / and /proc/$pid/mountinfo

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-sar-perf?expand=0&rev=25
This commit is contained in:
Ruediger Oertel 2020-03-12 23:44:13 +00:00 committed by Git OBS Bridge
parent 1f718b7799
commit 886371e9ba
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 13 00:42:48 CET 2020 - ro@suse.de
- update apparmor profile usr.lib.nagios.plugins.check_iostat
to allow reading / and /proc/$pid/mountinfo
-------------------------------------------------------------------
Fri Feb 28 15:41:17 CET 2020 - ro@suse.de

View File

@ -10,8 +10,10 @@
/sys/devices/system/cpu/ r,
/proc/meminfo r,
@{PROC}/[0-9]*/mounts r,
@{PROC}/[0-9]*/mountinfo r,
/proc/diskstats r,
/proc/uptime r,
/ r,
/etc/sysstat/sysstat.ioconf r,
}