]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Add support for BPF tokens (#36134)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 Jul 2025 06:12:22 +0000 (15:12 +0900)
committerGitHub <noreply@github.com>
Wed, 9 Jul 2025 06:12:22 +0000 (15:12 +0900)
Add a new option `PrivateBPF=` to mount a private instance of bpffs.
Add also four configuration options
`BPFDelegate{Commands,Maps,Programs,Attachments}=` which set the
corresponding bpffs mount options in order to create BPF tokens:
https://lwn.net/Articles/947173/

Closes#35108.


Trivial merge