forked from pool/monitoring-plugins
3209af7c0a
case so that ptrace is allowed OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=58
15 lines
299 B
Plaintext
15 lines
299 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,
|
|
|
|
/bin/ps rix,
|
|
/proc/ r,
|
|
/proc/** r,
|
|
/usr/lib/nagios/plugins/check_procs mr,
|
|
}
|