diff options
author | James Morris <jmorris@namei.org> | 2011-09-15 09:53:38 +1000 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-09-15 09:53:38 +1000 |
commit | 8de6ac7f58a22fdab399fbe97763e465ea49c735 (patch) | |
tree | 46104451c69f5270fcc11137aecff012a2ecf612 /security/integrity/iint.c | |
parent | 843d183cdd816549b73e6bd3ae07f64adddf714b (diff) | |
parent | fb788d8b981fa55603873416882f8dcf835e7924 (diff) | |
download | linux-8de6ac7f58a22fdab399fbe97763e465ea49c735.tar.gz linux-8de6ac7f58a22fdab399fbe97763e465ea49c735.tar.bz2 linux-8de6ac7f58a22fdab399fbe97763e465ea49c735.zip |
Merge branch 'next-evm' of git://github.com/mzohar/linux-evm into next
Diffstat (limited to 'security/integrity/iint.c')
-rw-r--r-- | security/integrity/iint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/integrity/iint.c b/security/integrity/iint.c index 0a23e075e1d2..399641c3e846 100644 --- a/security/integrity/iint.c +++ b/security/integrity/iint.c @@ -74,6 +74,7 @@ static void iint_free(struct integrity_iint_cache *iint) { iint->version = 0; iint->flags = 0UL; + iint->evm_status = INTEGRITY_UNKNOWN; kmem_cache_free(iint_cache, iint); } |