diff options
author | Mauricio Vásquez <mauricio@kinvolk.io> | 2021-07-13 18:03:31 +0200 |
---|---|---|
committer | Mauricio Vásquez <mauricio@kinvolk.io> | 2021-08-19 14:25:01 +0200 |
commit | 43689840a2d588fbfd2d01be36e5a4465f276dcb (patch) | |
tree | bb589121aea9b29c3e0b33e38809f13da375abb0 /README | |
parent | systemctl: show RestrictNetworkInterfaces= in systemctl show (diff) | |
download | systemd-43689840a2d588fbfd2d01be36e5a4465f276dcb.tar.xz systemd-43689840a2d588fbfd2d01be36e5a4465f276dcb.zip |
README: add requirements for RestrictNetworkInterfaces=
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,6 +40,7 @@ REQUIREMENTS: Linux kernel >= 4.17 for cgroup-bpf socket address hooks Linux kernel >= 5.3 for bounded-loops in BPF program Linux kernel >= 5.4 for signed Verity images support + Linux kernel >= 5.7 for BPF links Kernel Config Options: CONFIG_DEVTMPFS @@ -108,7 +109,8 @@ REQUIREMENTS: CONFIG_HAVE_EBPF_JIT CONFIG_CGROUP_BPF - Required for SocketBind{Allow|Deny}= in resource control unit settings + Required for SocketBind{Allow|Deny}=, RestrictNetworkInterfaces= in + resource control unit settings CONFIG_BPF CONFIG_BPF_SYSCALL CONFIG_BPF_JIT |