diff options
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 1057e90bd3e3..8f6424f2b604 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -152,6 +152,7 @@ | |||
152 | #define AUDIT_SE_TYPE 15 /* security label type */ | 152 | #define AUDIT_SE_TYPE 15 /* security label type */ |
153 | #define AUDIT_SE_SEN 16 /* security label sensitivity label */ | 153 | #define AUDIT_SE_SEN 16 /* security label sensitivity label */ |
154 | #define AUDIT_SE_CLR 17 /* security label clearance label */ | 154 | #define AUDIT_SE_CLR 17 /* security label clearance label */ |
155 | #define AUDIT_PPID 18 | ||
155 | 156 | ||
156 | /* These are ONLY useful when checking | 157 | /* These are ONLY useful when checking |
157 | * at syscall exit time (AUDIT_AT_EXIT). */ | 158 | * at syscall exit time (AUDIT_AT_EXIT). */ |