- 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:
parent
1f718b7799
commit
886371e9ba
@ -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
|
Fri Feb 28 15:41:17 CET 2020 - ro@suse.de
|
||||||
|
|
||||||
|
@ -10,8 +10,10 @@
|
|||||||
/sys/devices/system/cpu/ r,
|
/sys/devices/system/cpu/ r,
|
||||||
/proc/meminfo r,
|
/proc/meminfo r,
|
||||||
@{PROC}/[0-9]*/mounts r,
|
@{PROC}/[0-9]*/mounts r,
|
||||||
|
@{PROC}/[0-9]*/mountinfo r,
|
||||||
/proc/diskstats r,
|
/proc/diskstats r,
|
||||||
/proc/uptime r,
|
/proc/uptime r,
|
||||||
|
/ r,
|
||||||
/etc/sysstat/sysstat.ioconf r,
|
/etc/sysstat/sysstat.ioconf r,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user