iMX6: linux: enable support for eBPF programs attached to cgroups

support BPF/cgroup based firewalling
This commit is contained in:
by-gnome 2020-11-12 20:38:09 +03:00
parent f30f263eaf
commit 101344e0d4

View File

@ -136,8 +136,9 @@ CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEVICE is not set
# CONFIG_CGROUP_CPUACCT is not set
# CONFIG_CGROUP_PERF is not set
# CONFIG_CGROUP_BPF is not set
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
# CONFIG_NAMESPACES is not set
# CONFIG_CHECKPOINT_RESTORE is not set
# CONFIG_SCHED_AUTOGROUP is not set
@ -1010,6 +1011,7 @@ CONFIG_XPS=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
# CONFIG_BPF_JIT is not set
# CONFIG_BPF_STREAM_PARSER is not set
CONFIG_NET_FLOW_LIMIT=y
#