kernel: enable CGROUP_NET_PRIO
It's required by systemd 238 because of a bug, otherwise systemd aborts.
This commit is contained in:
parent
c405768622
commit
e31c3f8b9f
@ -135,6 +135,7 @@ with stdenv.lib;
|
|||||||
NETFILTER y
|
NETFILTER y
|
||||||
NETFILTER_ADVANCED y
|
NETFILTER_ADVANCED y
|
||||||
CGROUP_BPF? y # Required by systemd per-cgroup firewalling
|
CGROUP_BPF? y # Required by systemd per-cgroup firewalling
|
||||||
|
CGROUP_NET_PRIO y # Required by systemd
|
||||||
IP_ROUTE_VERBOSE y
|
IP_ROUTE_VERBOSE y
|
||||||
IP_MROUTE_MULTIPLE_TABLES y
|
IP_MROUTE_MULTIPLE_TABLES y
|
||||||
IP_VS_PROTO_TCP y
|
IP_VS_PROTO_TCP y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user