Skip to content
Snippets Groups Projects
Commit d6692c5a authored by Ben Hutchings's avatar Ben Hutchings
Browse files

integrity: Delete ineffective kconfig assignments

We didn't enable INTEGRITY_SIGNATURE and INTEGRITY_ASYMMETRIC_KEYS,
which are dependencies for these.  According to bug #865277, we
should not enable them.
parent 4e322430
No related branches found
No related tags found
No related merge requests found
......@@ -7093,7 +7093,6 @@ CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
##
CONFIG_INTEGRITY=y
# CONFIG_INTEGRITY_SIGNATURE is not set
CONFIG_INTEGRITY_TRUSTED_KEYRING=y
CONFIG_INTEGRITY_AUDIT=y
##
......@@ -7114,10 +7113,6 @@ CONFIG_IMA_DEFAULT_HASH_SHA256=y
# CONFIG_IMA_WRITE_POLICY is not set
# CONFIG_IMA_READ_POLICY is not set
CONFIG_IMA_APPRAISE=y
CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y
CONFIG_IMA_BLACKLIST_KEYRING=y
# CONFIG_IMA_LOAD_X509 is not set
# CONFIG_IMA_APPRAISE_SIGNED_INIT is not set
##
## file: security/keys/Kconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment