summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordysphoria2019-07-11 18:03:07 +0100
committerdysphoria2019-07-11 18:03:07 +0100
commit446ca38fb3057dc2e5c45dac6a18196868da3b7b (patch)
tree06234eca2fd8913178f9727f8b5b7d73cedef0d3 /PKGBUILD
parent9280c2bdb5f28ea467eab1553ab78f29712c7572 (diff)
downloadaur-linux-lts-tomoyo.tar.gz
[upd] bump to latest
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f641b2aa463..9532a580a2f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-lts-tomoyo
_srcname=linux-4.19
-pkgver=4.19.46
+pkgver=4.19.58
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -21,6 +21,7 @@ source=(
'90-linux.hook' # pacman hook for initramfs regeneration
'linux-lts.preset' # standard config files for mkinitcpio ramdisk
'0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch'
+ '0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch'
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
@@ -29,12 +30,13 @@ validpgpkeys=(
# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
'SKIP'
- '3df7f072065b35abaa86e752a1ee2a6488a1d980a4e116b6a5750a9112203b20'
- 'dfd03045db0fd87adeda3397ee25d6d75d22ca686ffc167161d286d5bffb38de'
+ '018584229e0522aa94cb7af7b7f0775cf42ae3873a8d4cbc8715d807719bfad5'
+ 'af7e7687a91b210e803697ef9509faaf3b7955a6094350212944a598b29f2c58'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
- '36b1118c8dedadc4851150ddd4eb07b1c58ac5bbf3022cc2501a27c2b476da98')
+ 'bc3dab5594735fb56bdb39c1630a470fd2e65fcf0d81a5db31bab3b91944225d'
+ '67aed9742e4281df6f0bd18dc936ae79319fee3763737f158c0e87a6948d100d')
_kernelname=${pkgbase#linux}
@@ -50,8 +52,9 @@ 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
+ # allow disabling USER_NS via sysctl
patch -Np1 -i ../0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
+ patch -Np1 -i ../0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch
cp -Tf ../config .config