mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
Merge pull request #30314 from DaanDeMeyer/dmi
Document kernel configs required for reading credentials from SMBIOS
This commit is contained in:
4
README
4
README
@@ -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
|
||||
|
||||
@@ -5,8 +5,7 @@ Distribution=ubuntu
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
# We would like to use linux-image-kvm but it does not have support for dm-verity
|
||||
# See https://bugs.launchpad.net/ubuntu/+source/linux-meta-kvm/+bug/2019040.
|
||||
# We would like to use linux-image-kvm but it does not have support for SMBIOS credentials.
|
||||
linux-image-generic
|
||||
linux-tools-common
|
||||
linux-tools-generic
|
||||
|
||||
Reference in New Issue
Block a user