linux-postmarketos-qcom-msm8974: enable CONFIG_USER_NS (MR 1282)
This fixes GNOME Web on the hammerhead and other devices using this kernel
This commit is contained in:
parent
eeac0f1383
commit
fc98518f40
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ _config="config-$_flavor.$CARCH"
|
|||
pkgname=linux-$_flavor
|
||||
|
||||
pkgver=5.6.0_rc6
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
|
||||
arch="armv7"
|
||||
pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8974 devices"
|
||||
|
@ -158,4 +158,4 @@ dev() {
|
|||
}
|
||||
|
||||
sha512sums="92866a037fd1bd3b17572754548c19423f6e762d90fb1ebca52c252ace85c87b6f747515f8606fe627d34c59828cbebf83054b9d6e5dd977e0398d9c46fcc176 linux-postmarketos-b9f39bdf61e5c8f5db63afe7ab1c9ff77aa6b4bc.tar.gz
|
||||
a4e98e627d41d7aeb802ebff4e7a1ce34e52fc5a05a2c736d65deacffbc30823c96cb7f3880d5357b7e3c51b08cfa6f1e3e73801d1f0ac273004cae155381fa1 config-postmarketos-qcom-msm8974.armv7"
|
||||
df8bd586cad867695efb4e3abe1b888fa245d39ae76f070ec7b4c0998633ba5fb636461b11a368f6026b1d2baa0c3588c65304892b906625fdd1155e759e96e1 config-postmarketos-qcom-msm8974.armv7"
|
||||
|
|
|
@ -144,7 +144,7 @@ CONFIG_BLK_CGROUP=y
|
|||
CONFIG_NAMESPACES=y
|
||||
CONFIG_UTS_NS=y
|
||||
CONFIG_IPC_NS=y
|
||||
# CONFIG_USER_NS is not set
|
||||
CONFIG_USER_NS=y
|
||||
CONFIG_PID_NS=y
|
||||
CONFIG_NET_NS=y
|
||||
# CONFIG_CHECKPOINT_RESTORE is not set
|
||||
|
|
Loading…
Reference in a new issue