1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default

Integrating the following commit(s) to linux-yocto/.:

    5371fc3b2a2 bpf: explicitly disable unpriv eBPF by default

(From OE-Core rev: 8f04684552b541d5a099ce8894e8bc67b898b68b)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3da9b7882a397b204f63fac5fef04d79ba0a01f2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-06-07 09:59:31 -04:00
committed by Richard Purdie
parent 001a2245cf
commit b23a467255
3 changed files with 15 additions and 15 deletions
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "7b1fe61102fd6efc26373305417cd683687eb7a0"
SRCREV_meta ?= "37891dc371e83a3451781dd81a8a85cccd60084b"
SRCREV_machine ?= "8037a6211ac7e61fae9eb3a33a54d72b373edee8"
SRCREV_meta ?= "eddfd0e846eee9307c95c40d706725afbedab285"
PV = "${LINUX_VERSION}+git${SRCPV}"