forked from pool/monitoring-plugins
1555f5b100
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=4
23 lines
481 B
Plaintext
23 lines
481 B
Plaintext
#include <tunables/global>
|
|
|
|
/usr/lib/nagios/plugins/check_ntp_time {
|
|
#include <abstractions/base>
|
|
#include <abstractions/consoles>
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/xad>
|
|
|
|
network inet dgram,
|
|
network inet6 dgram,
|
|
|
|
capability ipc_lock,
|
|
capability net_bind_service,
|
|
capability sys_time,
|
|
capability sys_resource,
|
|
|
|
/etc/gai.conf r,
|
|
/usr/lib/nagios/plugins/check_ntp_time rm,
|
|
/etc/hosts r,
|
|
/etc/resolv.conf r,
|
|
/var/run/nscd/* r,
|
|
}
|