summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-14 12:23:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-14 12:23:09 +0000
commitcb8040f097bb9ff67a649ced06c9e7f066725265 (patch)
treebba4804eade6b5211b30360cd7e7e4be4d7967ce /debian/rules
parentMoving new arch-dep perf.plugin to core packages. (diff)
downloadnetdata-cb8040f097bb9ff67a649ced06c9e7f066725265.tar.xz
netdata-cb8040f097bb9ff67a649ced06c9e7f066725265.zip
Marking perf.plugin setuid root as it should be.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 3be0bbcf9..07538409c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -164,9 +164,11 @@ override_dh_fixperms-arch:
# given extra capabilities in the postinst script.
chmod 0754 $(TOP)-core/usr/lib/netdata/plugins.d/apps.plugin
chmod 4754 $(TOP)-core/usr/lib/netdata/plugins.d/freeipmi.plugin
+ chmod 4754 $(TOP)-core/usr/lib/netdata/plugins.d/perf.plugin
ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES)))
chmod 0754 $(TOP)-core-no-sse/usr/lib/netdata/plugins.d/apps.plugin
chmod 4754 $(TOP)-core-no-sse/usr/lib/netdata/plugins.d/freeipmi.plugin
+ chmod 4754 $(TOP)-core-no-sse/usr/lib/netdata/plugins.d/perf.plugin
endif
override_dh_fixperms-indep: