diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 774cb435c7d8..3de5aa210feb 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1044,8 +1044,9 @@ struct task_struct { | |||
1044 | int (*notifier)(void *priv); | 1044 | int (*notifier)(void *priv); |
1045 | void *notifier_data; | 1045 | void *notifier_data; |
1046 | sigset_t *notifier_mask; | 1046 | sigset_t *notifier_mask; |
1047 | 1047 | #ifdef CONFIG_SECURITY | |
1048 | void *security; | 1048 | void *security; |
1049 | #endif | ||
1049 | struct audit_context *audit_context; | 1050 | struct audit_context *audit_context; |
1050 | seccomp_t seccomp; | 1051 | seccomp_t seccomp; |
1051 | 1052 | ||