forked from pool/monitoring-plugins
233e17263a
- update AppArmor profiles for usrMerge (related to boo#1132350) - grep in check_cups - ps in check_procs and check_procs.sle15 Note: ps currently still lives in /bin/, but also allowing /usr/bin/ to be prepared can't hurt ;-) OBS-URL: https://build.opensuse.org/request/show/694064 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=61
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
#include <tunables/global>
|
|
/usr/lib/nagios/plugins/check_procs {
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/base>
|
|
#include <abstractions/consoles>
|
|
|
|
ptrace,
|
|
ptrace (read) peer=unconfined,
|
|
|
|
/{usr/,}bin/ps rix,
|
|
/proc/ r,
|
|
/proc/** r,
|
|
/usr/lib/nagios/plugins/check_procs mr,
|
|
}
|