diff options
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 1160f87ba700..2b55b74cd999 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -1118,6 +1118,7 @@ static struct task_struct *copy_process(unsigned long clone_flags, | |||
1118 | #ifdef CONFIG_SECURITY | 1118 | #ifdef CONFIG_SECURITY |
1119 | p->security = NULL; | 1119 | p->security = NULL; |
1120 | #endif | 1120 | #endif |
1121 | p->cap_bset = current->cap_bset; | ||
1121 | p->io_context = NULL; | 1122 | p->io_context = NULL; |
1122 | p->audit_context = NULL; | 1123 | p->audit_context = NULL; |
1123 | cgroup_fork(p); | 1124 | cgroup_fork(p); |