kernel config: Enable CGROUP_BPF
Avoids the following warning: File /.../systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
This commit is contained in:
parent
ede1b6f0df
commit
822526f09e
|
@ -134,6 +134,7 @@ with stdenv.lib;
|
|||
''}
|
||||
NETFILTER y
|
||||
NETFILTER_ADVANCED y
|
||||
CGROUP_BPF? y # Required by systemd per-cgroup firewalling
|
||||
IP_ROUTE_VERBOSE y
|
||||
IP_MROUTE_MULTIPLE_TABLES y
|
||||
IP_VS_PROTO_TCP y
|
||||
|
|
Loading…
Reference in New Issue