summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2022-07-20 11:45:16 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2022-07-20 11:45:16 +0200
commite47b588fb2c29d90516932f5c6928b1e6577df88 (patch)
treedcba7dd03299a12869d4ff68f2596b80c8366da0
parent99b62e34b72824039b16849d4717e9626190dda1 (diff)
downloadlinux-pinebookpro-e47b588fb2c29d90516932f5c6928b1e6577df88.tar.gz
linux-pinebookpro-e47b588fb2c29d90516932f5c6928b1e6577df88.tar.bz2
linux-pinebookpro-e47b588fb2c29d90516932f5c6928b1e6577df88.zip
Disabled insecure feature by default.
-rw-r--r--PKGBUILD4
-rw-r--r--config2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d37631..56e566a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=linux-pinebookpro
pkgver=5.18.12.pbp1
-pkgrel=1
+pkgrel=2
pkgdesc='Pinebook Pro Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
url="https://git.kent-dobias.com/system/linux/log/?h=$_srctag"
@@ -30,7 +30,7 @@ validpgpkeys=(
'0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias
)
sha256sums=('SKIP'
- 'daa6cea6689612eac39d785cf2d71c0fe810ec236ba13b409e6fb8641f0d4b05')
+ '6d74ae8b2e5a78933655c96fdeac63fae7a9fb29134172dfd5dc455cbb919356')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
diff --git a/config b/config
index 06d3ff8..aa795db 100644
--- a/config
+++ b/config
@@ -96,7 +96,7 @@ CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
# CONFIG_BPF_JIT_ALWAYS_ON is not set
CONFIG_BPF_JIT_DEFAULT_ON=y
-# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
+CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
# CONFIG_BPF_PRELOAD is not set
# end of BPF subsystem