Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - T index
The Linux kernel configuration item CONFIG_TRUSTED_KEYS
has multiple definitions:
security/keys/Kconfig
The configuration item CONFIG_TRUSTED_KEYS:
CONFIG_KEYS
masterkey_trusted
, masterkey_trusted
, trusted
, trusted
This option provides support for creating, sealing, and unsealing keys in the kernel. Trusted keys are random number symmetric keys, generated and sealed by a trust source selected at kernel boot-time. Userspace will only ever see encrypted blobs.
If you are unsure as to whether this is required, answer N.
security/Kconfig
The configuration item CONFIG_TRUSTED_KEYS:
CONFIG_KEYS && CONFIG_TCG_TPM
masterkey_trusted
, masterkey_trusted
, trusted
, trusted
This option provides support for creating, sealing, and unsealing keys in the kernel. Trusted keys are random number symmetric keys, generated and RSA-sealed by the TPM. The TPM only unseals the keys, if the boot PCRs and other criteria match. Userspace will only ever see encrypted blobs.
If you are unsure as to whether this is required, answer N.
Raw data from LKDDb:
lkddb module masterkey_trusted CONFIG_TRUSTED_KEYS : security/Kconfig : "TRUSTED KEYS" # in 3.2–3.4
lkddb module masterkey_trusted CONFIG_TRUSTED_KEYS : security/keys/Kconfig : "TRUSTED KEYS" # in 3.5–3.19, 4.0–4.20, 5.0–5.4
lkddb module trusted CONFIG_TRUSTED_KEYS : security/Kconfig : "TRUSTED KEYS" # in 2.6.38–2.6.39, 3.0–3.1
lkddb module trusted CONFIG_TRUSTED_KEYS : security/keys/Kconfig : "TRUSTED KEYS" # in 5.5–5.19, 6.0–6.12, 6.13-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - T index
Automatically generated (in year 2024). See also LKDDb sources on GitLab