mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
README: add requirements for RestrictNetworkInterfaces=
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
This commit is contained in:
parent
7e959a73af
commit
43689840a2
4
README
4
README
@ -40,6 +40,7 @@ REQUIREMENTS:
|
|||||||
Linux kernel >= 4.17 for cgroup-bpf socket address hooks
|
Linux kernel >= 4.17 for cgroup-bpf socket address hooks
|
||||||
Linux kernel >= 5.3 for bounded-loops in BPF program
|
Linux kernel >= 5.3 for bounded-loops in BPF program
|
||||||
Linux kernel >= 5.4 for signed Verity images support
|
Linux kernel >= 5.4 for signed Verity images support
|
||||||
|
Linux kernel >= 5.7 for BPF links
|
||||||
|
|
||||||
Kernel Config Options:
|
Kernel Config Options:
|
||||||
CONFIG_DEVTMPFS
|
CONFIG_DEVTMPFS
|
||||||
@ -108,7 +109,8 @@ REQUIREMENTS:
|
|||||||
CONFIG_HAVE_EBPF_JIT
|
CONFIG_HAVE_EBPF_JIT
|
||||||
CONFIG_CGROUP_BPF
|
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
|
||||||
CONFIG_BPF_SYSCALL
|
CONFIG_BPF_SYSCALL
|
||||||
CONFIG_BPF_JIT
|
CONFIG_BPF_JIT
|
||||||
|
Loading…
Reference in New Issue
Block a user