diff options
Diffstat (limited to 'include/linux/integrity.h')
-rw-r--r-- | include/linux/integrity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/integrity.h b/include/linux/integrity.h index c2d6082a1a4c..858d3f4a2241 100644 --- a/include/linux/integrity.h +++ b/include/linux/integrity.h | |||
@@ -14,6 +14,7 @@ | |||
14 | 14 | ||
15 | enum integrity_status { | 15 | enum integrity_status { |
16 | INTEGRITY_PASS = 0, | 16 | INTEGRITY_PASS = 0, |
17 | INTEGRITY_PASS_IMMUTABLE, | ||
17 | INTEGRITY_FAIL, | 18 | INTEGRITY_FAIL, |
18 | INTEGRITY_NOLABEL, | 19 | INTEGRITY_NOLABEL, |
19 | INTEGRITY_NOXATTRS, | 20 | INTEGRITY_NOXATTRS, |