summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-01-12 16:36:34 +0300
committerGitHub <noreply@github.com>2022-01-12 16:36:34 +0300
commitb62643d0f9251c74e07f7c6e95e60455843e2064 (patch)
tree40f3908c3ca5a88ad18ade97eeef24f8327b4dc1 /system
parent1671c8ea9404f358f58e48645b9f722d7c93e1c3 (diff)
fix(nfacct.plugin): Netfilter accounting data collection (#11951)
Diffstat (limited to 'system')
-rw-r--r--system/netdata.service.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/netdata.service.in b/system/netdata.service.in
index 53dd9087fa..06905ae579 100644
--- a/system/netdata.service.in
+++ b/system/netdata.service.in
@@ -62,6 +62,8 @@ CapabilityBoundingSet=CAP_SYS_RESOURCE
CapabilityBoundingSet=CAP_NET_RAW
# is required for cgroups plugin
CapabilityBoundingSet=CAP_SYS_CHROOT
+# is required for nfacct plugin (bandwidth accounting)
+CapabilityBoundingSet=CAP_NET_ADMIN
# Sandboxing
ProtectSystem=full