Skip to content

Commit 9d7a3cd

Browse files
committed
doc: fix a missing CHANGELOG entry from v2.6.0
While it was mentioned indirectly, add an explicit mention of the new seccomp_export_bpf_mem() API. Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent d891cb8 commit 9d7a3cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ https://github.com/seccomp/libseccomp
1111
- Add support for the SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV flag
1212
- Add support for transactions with the seccomp_transaction_start(),
1313
seccomp_transaction_commit(), and seccomp_transaction_reject() APIs
14+
- Add a seccomp_export_bpf_mem() API to generate the seccomp BPF filter and
15+
export it to a caller supplied memory buffer
1416
- Add a seccomp_precompute() API to generate the seccomp BPF filter prior to
1517
seccomp_load() or seccomp_export_bpf_mem()
1618
- Add support for binary tree filters without syscalls

0 commit comments

Comments
 (0)