summaryrefslogtreecommitdiff
path: root/extra/linux-pae/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-08-11 22:08:49 +0200
committerErich Eckner <git@eckner.net>2020-08-11 22:08:49 +0200
commitb37a569729346fa4b7e2b73753978f0d3818ea6b (patch)
tree7c72d8fe13c2b6644e037228db4b52196307a1c0 /extra/linux-pae/PKGBUILD
parent6c165e6630fde74f4bdc786a2ac9d906cd58d77b (diff)
downloadpackages-b37a569729346fa4b7e2b73753978f0d3818ea6b.tar.xz
extra/linux-pae: drop 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
Diffstat (limited to 'extra/linux-pae/PKGBUILD')
-rw-r--r--extra/linux-pae/PKGBUILD4
1 files changed, 0 insertions, 4 deletions
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 <<END
CONFIG_LOCALVERSION="${_kernelname}"
CONFIG_LOCALVERSION_AUTO=n