diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-01-25 14:06:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-01-25 16:11:33 +0100 |
commit | 9af6ab4499a4a6abc273e9941e568a2ff7074124 (patch) | |
tree | b9cd1225c5b8658f8b9a5bfa5605e42158831158 /TODO | |
parent | bpf-socket-bind: rename bpf_serialize_socket_bind() → bpf_socket_bind_seria... (diff) | |
download | systemd-9af6ab4499a4a6abc273e9941e568a2ff7074124.tar.xz systemd-9af6ab4499a4a6abc273e9941e568a2ff7074124.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -132,6 +132,11 @@ Deprecations and removals: Features: +* rewrite bpf-devices in libbpf/C code, rather than home-grown BPF assembly, to + match bpf-restrict-fs, bpf-restrict-ifaces, bpf-socket-bind + +* ditto: rewrite bpf-firewall in libbpf/C code + * extend the smbios11 logic for passing credentials so that instead of passing the credential data literally it can also just reference an AF_VSOCK CID/port to read them from. This way the data doesn't remain in the SMBIOS blob during |