diff options
author | Steve Grubb <sgrubb@redhat.com> | 2006-01-04 09:08:39 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-03-20 14:08:54 -0500 |
commit | af601e4623d0303bfafa54ec728b7ae8493a8e1b (patch) | |
tree | 5f79d5ae42eeccfc1ffaf8e82a1999e4d3af793e /include/linux/audit.h | |
parent | d884596f44ef5a0bcd8a66405dc04902aeaa6fc7 (diff) |
[PATCH] SE Linux audit events
Attached is a patch that hardwires important SE Linux events to the audit
system. Please Apply.
Signed-off-by: Steve Grubb <sgrubb@redhat.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index fbc21d6267f3..8868c96ca8a2 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -83,6 +83,9 @@ | |||
83 | #define AUDIT_AVC 1400 /* SE Linux avc denial or grant */ | 83 | #define AUDIT_AVC 1400 /* SE Linux avc denial or grant */ |
84 | #define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */ | 84 | #define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */ |
85 | #define AUDIT_AVC_PATH 1402 /* dentry, vfsmount pair from avc */ | 85 | #define AUDIT_AVC_PATH 1402 /* dentry, vfsmount pair from avc */ |
86 | #define AUDIT_MAC_POLICY_LOAD 1403 /* Policy file load */ | ||
87 | #define AUDIT_MAC_STATUS 1404 /* Changed enforcing,permissive,off */ | ||
88 | #define AUDIT_MAC_CONFIG_CHANGE 1405 /* Changes to booleans */ | ||
86 | 89 | ||
87 | #define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */ | 90 | #define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */ |
88 | 91 | ||