aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS1
-rw-r--r--security/integrity/iint.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cd0e9c763bd8..f3bac2a8c6d6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7795,6 +7795,7 @@ F: include/keys/encrypted-type.h
7795F: security/keys/encrypted-keys/ 7795F: security/keys/encrypted-keys/
7796 7796
7797KEYS-TRUSTED 7797KEYS-TRUSTED
7798M: James Bottomley <jejb@linux.vnet.ibm.com>
7798M: Mimi Zohar <zohar@linux.vnet.ibm.com> 7799M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7799L: linux-integrity@vger.kernel.org 7800L: linux-integrity@vger.kernel.org
7800L: keyrings@vger.kernel.org 7801L: keyrings@vger.kernel.org
diff --git a/security/integrity/iint.c b/security/integrity/iint.c
index fc38ca08dbb5..9700e96ab0f0 100644
--- a/security/integrity/iint.c
+++ b/security/integrity/iint.c
@@ -74,6 +74,7 @@ static void iint_free(struct integrity_iint_cache *iint)
74 iint->ima_hash = NULL; 74 iint->ima_hash = NULL;
75 iint->version = 0; 75 iint->version = 0;
76 iint->flags = 0UL; 76 iint->flags = 0UL;
77 iint->atomic_flags = 0UL;
77 iint->ima_file_status = INTEGRITY_UNKNOWN; 78 iint->ima_file_status = INTEGRITY_UNKNOWN;
78 iint->ima_mmap_status = INTEGRITY_UNKNOWN; 79 iint->ima_mmap_status = INTEGRITY_UNKNOWN;
79 iint->ima_bprm_status = INTEGRITY_UNKNOWN; 80 iint->ima_bprm_status = INTEGRITY_UNKNOWN;