mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-29 20:47:50 +00:00
kernel: enable BPF to support libcontainer's cgroups V2 implementation
libcontainer's cgroups V2 implementation requires BPF to run a BPF program in the container fixes #955 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -20,3 +20,7 @@ CONFIG_SOCK_CGROUP_DATA=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_MEMCG_SWAP=y
|
||||
CONFIG_MEMCG_SWAP_ENABLED=y
|
||||
|
||||
# Needed for cgroups v2
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_CGROUP_BPF=y
|
||||
|
@@ -1 +1 @@
|
||||
66
|
||||
67
|
||||
|
Reference in New Issue
Block a user