Add a missing capability for the perf plugin (#11958)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Vladimir Kobal committed
Jan 12, 2022 at 17:14 UTC
872fc3adb4d43939d8d8268a384807d05e0bc1e2
1 file changed
+1
-1
system/netdata.service.in
+1
-1
@@ -53,7 +53,7 @@ CapabilityBoundingSet=CAP_FOWNER
53
# is required for apps, perf and slabinfo plugins
54
CapabilityBoundingSet=CAP_SETPCAP
55
# is required for perf plugin
56
-CapabilityBoundingSet=CAP_SYS_ADMIN
56
+CapabilityBoundingSet=CAP_SYS_ADMIN CAP_PERFMON
57
# is required for apps plugin
58
CapabilityBoundingSet=CAP_SYS_PTRACE
59
# is required for ebpf plugin