CHROMIUM: md: dm-bootcache: reinitialize bio structure
[cascardo/linux.git] / kernel / pid.c
index 9f08dfa..0c2a01a 100644 (file)
@@ -78,6 +78,11 @@ struct pid_namespace init_pid_ns = {
        .last_pid = 0,
        .level = 0,
        .child_reaper = &init_task,
+#ifdef CONFIG_SECURITY_YAMA
+       .ptrace_scope = 1,
+       .protected_sticky_symlinks = 1,
+       .protected_nonaccess_hardlinks = 1,
+#endif
 };
 EXPORT_SYMBOL_GPL(init_pid_ns);