redhat/configs: Enable CONFIG_DM_AUDIT
Since commit:
commit 82bb8599 Author: Michael Weiß michael.weiss@aisec.fraunhofer.de Date: Sat Sep 4 11:59:29 2021 +0200
dm integrity: log audit events for dm-integrity target
if CONFIG_AUDIT and CONFIG_DM_INTEGRITY are set, CONFIG_DM_AUDIT is automatically set. Since CONFIG_AUDIT and CONFIG_DM_INITGRITY are set, enable CONFIG_DM_INTEGRITY to match the built config.
Signed-off-by: Benjamin Marzinski bmarzins@redhat.com
Merge request reports
Activity
added DependenciesOK label
added Configuration label
added AcksNeedsReview label
Thank you for this @bmarzins. Generally if some item is auto-selected we don´t need to create a config file for it. But if you want to make sure this stays on in case the selects statement goes away or something like that then that seems fair to me.
Thanks for the heads-up, @ptalbert. Actually, I'm new to this, and thought that I was supposed to add this config setting, so that the redhat configs matched the actual build configs. Since that's not the case, it makes more sense to only set CONFIG_DM_INTEGRITY if CONFIG_AUDIT and CONFIG_DM_INITGRITY are set. I'm closing this merge request.