summaryrefslogtreecommitdiffstats
path: root/configs/platform-v8a
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-09-18 12:53:32 +0200
committerRoland Hieber <r.hieber@pengutronix.de>2018-09-18 12:53:32 +0200
commit461649ad80e53a1381f7c56923281410e86896ac (patch)
tree17e397d9b53f609384acbad27260d60b4969987a /configs/platform-v8a
parent99efc0aa50cdcc1d0ae0995a4092dba0aa0d9648 (diff)
downloadDistroKit-461649ad80e53a1381f7c56923281410e86896ac.tar.gz
DistroKit-461649ad80e53a1381f7c56923281410e86896ac.tar.xz
platform-rpi: kernel: enable CONFIG_BPF as suggested by reason
reason suggests: --- reference +++ suggested @@ -1 +1,11 @@ -systemd_cgroup_bpf: {} +systemd_cgroup_bpf: + history: + systemd_ptxdist.ref: + description: | + Since systemd 235 (present in PTXdist 2018.01) BPF programs + attached to cgroups are used to implement some of the + firewalling features. This requires kernel support. + analyzer: kconfig.KernelConfig()['CGROUP_BPF'] + matched: (kconfig.KernelConfig().version >= + kconfig.KernelConfig().parse_version('4.10') and + kconfig.PTXBSPConfig().version >= + kconfig.PTXBSPConfig().parse_version('2018.01')) + value: True + value: False CGROUP_BPF depends on CONFIG_BPF_SYSCALL, so enable that too. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
Diffstat (limited to 'configs/platform-v8a')
0 files changed, 0 insertions, 0 deletions