summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-02 11:25:24 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-09-06 15:26:18 +0200
commita73b8cf29e6f6bd4d32da5856f482790624b4724 (patch)
treef13b4f20d005f5cf781e8005781d119083384428 /include
parentf462107c1f4df6f74f161afb5b4e8aa3726e39a7 (diff)
downloadkernel-crypto-a73b8cf29e6f6bd4d32da5856f482790624b4724.tar.gz
kernel-crypto-a73b8cf29e6f6bd4d32da5856f482790624b4724.tar.xz
kernel-crypto-a73b8cf29e6f6bd4d32da5856f482790624b4724.zip
Implement AUDIT_CRYPTO_STORAGE_KEY
Diffstat (limited to 'include')
-rw-r--r--include/linux/audit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index 3c7a358241a..35fa4e9c34a 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -122,6 +122,8 @@
#define AUDIT_MAC_UNLBL_STCADD 1416 /* NetLabel: add a static label */
#define AUDIT_MAC_UNLBL_STCDEL 1417 /* NetLabel: del a static label */
+#define AUDIT_CRYPTO_STORAGE_KEY 1600 /* Key storage key configured */
+
#define AUDIT_FIRST_KERN_ANOM_MSG 1700
#define AUDIT_LAST_KERN_ANOM_MSG 1799
#define AUDIT_ANOM_PROMISCUOUS 1700 /* Device changed promiscuous mode */