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:
Julio Montes 2020-02-26 22:02:17 +00:00
parent 9a37ebec66
commit ac0d569694
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
66
67