mirror of
https://github.com/systemd/systemd
synced 2024-11-05 18:25:39 +00:00
README: document LSM BPF requirements
This commit is contained in:
parent
8216741cf9
commit
ec31dd5a98
1 changed files with 8 additions and 1 deletions
9
README
9
README
|
@ -35,7 +35,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
|
||||
Linux kernel >= 5.7 for BPF links and the BPF LSM hook
|
||||
|
||||
Kernel Config Options:
|
||||
CONFIG_DEVTMPFS
|
||||
|
@ -119,6 +119,13 @@ REQUIREMENTS:
|
|||
Required for signed Verity images support:
|
||||
CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG
|
||||
|
||||
Required for RestrictFileSystems= in service units:
|
||||
CONFIG_BPF
|
||||
CONFIG_BPF_SYSCALL
|
||||
CONFIG_BPF_LSM
|
||||
CONFIG_DEBUG_INFO_BTF
|
||||
CONFIG_LSM="...,bpf" or kernel booted with lsm="...,bpf".
|
||||
|
||||
We recommend to turn off Real-Time group scheduling in the
|
||||
kernel when using systemd. RT group scheduling effectively
|
||||
makes RT scheduling unavailable for most userspace, since it
|
||||
|
|
Loading…
Reference in a new issue