From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 5/6] nagios-plugins: Set SUID bit for plugins which need it to function properly
Date: Fri, 21 May 2021 15:42:14 +0200 [thread overview]
Message-ID: <423afb1f-304d-eecf-8db3-3ea5d9353fb8@ipfire.org> (raw)
In-Reply-To: <bb2b09fd-b222-5884-6736-fb793050ee86@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 994 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
lfs/nagios-plugins | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/lfs/nagios-plugins b/lfs/nagios-plugins
index d35a94bbe..cdf1910b0 100644
--- a/lfs/nagios-plugins
+++ b/lfs/nagios-plugins
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nagios-plugins
-PAK_VER = 5
+PAK_VER = 6
DEPS =
@@ -92,4 +92,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Prevent Nagios plugins from being owned (and hence writeable) by "nobody"
chown root:root -R /usr/lib/nagios/plugins
+ # Unfortunately, some of these plugins need the SUID bit to do their work properly
+ chmod +s \
+ /usr/lib/nagios/plugins/check_dhcp \
+ /usr/lib/nagios/plugins/check_icmp \
+ /usr/lib/nagios/plugins/check_ide_smart \
+ /usr/lib/nagios/plugins/check_ping
+
@$(POSTBUILD)
--
2.26.2
next prev parent reply other threads:[~2021-05-21 13:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-21 13:40 [PATCH 0/6] Patchset for fixing errors surfaced in Core Update 157 (testing) Peter Müller
2021-05-21 13:40 ` [PATCH 1/6] Core Update 157: Apply changed SSH configurations Peter Müller
2021-05-21 13:41 ` [PATCH 2/6] Core Update 157: Ship backup package to apply changed permissions Peter Müller
2021-05-21 13:41 ` [PATCH 3/6] pppd: Explicitly ship pppd shared object files Peter Müller
2021-05-21 13:41 ` [PATCH 4/6] Core Update 157: Delete shared object files leftover from pppd 2.4.8 Peter Müller
2021-05-21 13:42 ` Peter Müller [this message]
2021-05-21 13:42 ` [PATCH 6/6] Icinga: Do not ship event handlers for Nagios Peter Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=423afb1f-304d-eecf-8db3-3ea5d9353fb8@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox