@cryptotaxi247 / netdata-1 / commits / b62643d0f

fix(nfacct.plugin): Netfilter accounting data collection (#11951)

Ilya Mashchenko committed Jan 12, 2022 at 16:36 UTC b62643d0f9251c74e07f7c6e95e60455843e2064
1 file changed +2
system/netdata.service.in
+2
@@ -62,6 +62,8 @@ CapabilityBoundingSet=CAP_SYS_RESOURCE
62 CapabilityBoundingSet=CAP_NET_RAW
63 # is required for cgroups plugin
64 CapabilityBoundingSet=CAP_SYS_CHROOT
65 +# is required for nfacct plugin (bandwidth accounting)
66 +CapabilityBoundingSet=CAP_NET_ADMIN
67
68 # Sandboxing
69 ProtectSystem=full