From b37a569729346fa4b7e2b73753978f0d3818ea6b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 11 Aug 2020 22:08:49 +0200 Subject: extra/linux-pae: drop 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch --- extra/linux-pae/PKGBUILD | 4 ---- 1 file changed, 4 deletions(-) (limited to 'extra/linux-pae/PKGBUILD') diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index 9cf7aac7..995f0c0d 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -18,7 +18,6 @@ source=( 60-linux.hook # pacman hook for depmod 90-linux.hook # pacman hook for initramfs regeneration linux.preset # standard config files for mkinitcpio ramdisk - 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch ) validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds @@ -41,9 +40,6 @@ prepare() { # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git - # disable USER_NS for non-root users by default - patch -Np1 -i ../0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch - cat ../config - >.config <