diff options
Diffstat (limited to 'SOURCES/tkg-unprivileged-CLONE_NEWUSER.patch')
-rw-r--r-- | SOURCES/tkg-unprivileged-CLONE_NEWUSER.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SOURCES/tkg-unprivileged-CLONE_NEWUSER.patch b/SOURCES/tkg-unprivileged-CLONE_NEWUSER.patch index dc18c8e..4d8146c 100644 --- a/SOURCES/tkg-unprivileged-CLONE_NEWUSER.patch +++ b/SOURCES/tkg-unprivileged-CLONE_NEWUSER.patch @@ -66,9 +66,9 @@ diff --git a/kernel/fork.c b/kernel/fork.c index 08969f5aa38d59..ff601cb7a1fae0 100644 --- a/kernel/fork.c +++ b/kernel/fork.c -@@ -102,6 +102,10 @@ - #include <linux/iommu.h> - #include <linux/rseq.h> +@@ -104,6 +104,10 @@ + #include <uapi/linux/pidfd.h> + #include <linux/pidfs.h> +#ifdef CONFIG_USER_NS +#include <linux/user_namespace.h> |