- include abstractions/bash in apparmor profile - otherwise
the 'which iostat' command fails OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-sar-perf?expand=0&rev=35
This commit is contained in:
parent
7ed92bc2ee
commit
257ff21d36
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 12:25:03 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
|
||||
|
||||
- include abstractions/bash in apparmor profile - otherwise
|
||||
the 'which iostat' command fails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 14:03:05 CEST 2020 - ro@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package monitoring-plugins-sar-perf
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include <tunables/global>
|
||||
/usr/lib/nagios/plugins/check_iostat {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/bash>
|
||||
#include <abstractions/consoles>
|
||||
#include <abstractions/perl>
|
||||
/usr/bin/iostat rix,
|
||||
|
Loading…
Reference in New Issue
Block a user