diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-12-04 11:13:59 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-12-04 11:13:59 +0100 |
commit | 2d05492040e499744c7df4cd11b5de924d7f7791 (patch) | |
tree | 7b5dc88c4da0bf6fdcbc08251de3f39672b0fac5 | |
parent | contrib: include co-authors to the contributor list of NEWS (diff) | |
download | systemd-2d05492040e499744c7df4cd11b5de924d7f7791.tar.xz systemd-2d05492040e499744c7df4cd11b5de924d7f7791.zip |
Document kernel configs required for reading credentials from SMBIOS
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -134,6 +134,10 @@ REQUIREMENTS: CONFIG_IMA_ARCH_POLICY CONFIG_INTEGRITY_MACHINE_KEYRING + Required for reading credentials from SMBIOS: + CONFIG_DMI + CONFIG_DMI_SYSFS + Required for RestrictFileSystems= in service units: CONFIG_BPF CONFIG_BPF_SYSCALL |