mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +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:
parent
9a37ebec66
commit
ac0d569694
@ -20,3 +20,7 @@ CONFIG_SOCK_CGROUP_DATA=y
|
|||||||
CONFIG_SWAP=y
|
CONFIG_SWAP=y
|
||||||
CONFIG_MEMCG_SWAP=y
|
CONFIG_MEMCG_SWAP=y
|
||||||
CONFIG_MEMCG_SWAP_ENABLED=y
|
CONFIG_MEMCG_SWAP_ENABLED=y
|
||||||
|
|
||||||
|
# Needed for cgroups v2
|
||||||
|
CONFIG_BPF_SYSCALL=y
|
||||||
|
CONFIG_CGROUP_BPF=y
|
||||||
|
@ -1 +1 @@
|
|||||||
66
|
67
|
||||||
|
Loading…
Reference in New Issue
Block a user