We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d891cb8 commit 9d7a3cdCopy full SHA for 9d7a3cd
1 file changed
CHANGELOG
@@ -11,6 +11,8 @@ https://github.com/seccomp/libseccomp
11
- Add support for the SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV flag
12
- Add support for transactions with the seccomp_transaction_start(),
13
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
16
- Add a seccomp_precompute() API to generate the seccomp BPF filter prior to
17
seccomp_load() or seccomp_export_bpf_mem()
18
- Add support for binary tree filters without syscalls
0 commit comments