|
@@ -1079,7 +1079,9 @@ static struct task_struct *copy_process(unsigned long clone_flags,
|
|
do_posix_clock_monotonic_gettime(&p->start_time);
|
|
do_posix_clock_monotonic_gettime(&p->start_time);
|
|
p->real_start_time = p->start_time;
|
|
p->real_start_time = p->start_time;
|
|
monotonic_to_bootbased(&p->real_start_time);
|
|
monotonic_to_bootbased(&p->real_start_time);
|
|
|
|
+#ifdef CONFIG_SECURITY
|
|
p->security = NULL;
|
|
p->security = NULL;
|
|
|
|
+#endif
|
|
p->io_context = NULL;
|
|
p->io_context = NULL;
|
|
p->io_wait = NULL;
|
|
p->io_wait = NULL;
|
|
p->audit_context = NULL;
|
|
p->audit_context = NULL;
|