Skip to content

Commit 7c271b4

Browse files
committed
chore: release v0.10.0
1 parent d7183b8 commit 7c271b4

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.10.0
4+
5+
### Breaking Changes
6+
7+
- The compile-time `seccomp-bpf` feature gate is removed. It is always enabled now.
8+
39
## v0.9.1
410

511
### Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracexec"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
edition = "2024"
55
authors = ["Levi Zim <[email protected]>"]
66
description = "Tracer for execve{,at} and pre-exec behavior, launcher for debuggers."

INSTALL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To install from source, the following dependencies are needed:
2121
- `libbpf`: if not using `vendored-libbpf`
2222
- `zlib`: if not using `vendored-zlib`
2323
- `libelf`: if not using `vendored-libelf`
24-
- `libseccomp`: For `seccomp-bpf` feature.
24+
- `libseccomp`: For `seccomp-bpf`.
2525
- If any library vendoring feature is enabled:
2626
- `build-essential` `autopoint` `gettext` for Debian based distros
2727
- `base-devel` for Arch Linux
@@ -38,7 +38,6 @@ To control whether to dynamically link to libbpf, libelf and zlib, consult the n
3838
### Feature Flags
3939

4040
- `recommended`: This enables the recommended functionalities of tracexec
41-
- `seccomp-bpf`: Use seccomp to accelerate ptrace operations. (Things are extremely slow if this is turned off.)
4241
- `ebpf`: eBPF backend that doesn't use ptrace and could be used for system wide tracing
4342
- `ebpf-debug`: Not meant for end users. This flag enables debug logging to `/sys/kernel/debug/tracing/trace_pipe` and some debug checks.
4443
- `static`: Statically link libelf, zlib and libbpf.

0 commit comments

Comments
 (0)