We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e959a7 commit 4368984Copy full SHA for 4368984
README
@@ -40,6 +40,7 @@ REQUIREMENTS:
40
Linux kernel >= 4.17 for cgroup-bpf socket address hooks
41
Linux kernel >= 5.3 for bounded-loops in BPF program
42
Linux kernel >= 5.4 for signed Verity images support
43
+ Linux kernel >= 5.7 for BPF links
44
45
Kernel Config Options:
46
CONFIG_DEVTMPFS
@@ -108,7 +109,8 @@ REQUIREMENTS:
108
109
CONFIG_HAVE_EBPF_JIT
110
CONFIG_CGROUP_BPF
111
- Required for SocketBind{Allow|Deny}= in resource control unit settings
112
+ Required for SocketBind{Allow|Deny}=, RestrictNetworkInterfaces= in
113
+ resource control unit settings
114
CONFIG_BPF
115
CONFIG_BPF_SYSCALL
116
CONFIG_BPF_JIT
0 commit comments