Skip to content

Commit f53fad2

Browse files
committed
chore: version 2025.11.3
1 parent 48fc222 commit f53fad2

3 files changed

Lines changed: 62 additions & 57 deletions

File tree

CHANGELOG.md

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

3+
## v2025.11.3
4+
5+
### <!-- 01 -->💡 Features
6+
7+
- Use 'systemctl cat' to get unit config ([2ed0c51](https://github.com/desbma/shh/commit/2ed0c519b7dd02f762fa275c134cdbeb8469ea1c) by desbma)
8+
9+
### <!-- 02 -->🐛 Bug fixes
10+
11+
- Type=oneshot units triggering strace named pipe collision ([41bdaea](https://github.com/desbma/shh/commit/41bdaea500dc8f7d25599639ee028542689d9c01) by desbma)
12+
- Fstat on unknown fd ([f3c935e](https://github.com/desbma/shh/commit/f3c935efd977fac6e651c9f7179c10cb4c70faf2) by desbma)
13+
- CapabilityBoundingSet requires unprivileged_userns_clone for user instance ([56380e8](https://github.com/desbma/shh/commit/56380e8d28aaca4610e398048162a717eb341835) by desbma)
14+
- Fix possible panic when updating some effects ([182a17a](https://github.com/desbma/shh/commit/182a17acf43e546fbc2cc5582365428bd1c795d2) by desbma)
15+
- MemoryDenyWriteExecute=true not compatible with mprotect adding exec bit ([48fc222](https://github.com/desbma/shh/commit/48fc22254ed37160f5efb627f78b4f51339e6dd1) by desbma)
16+
17+
### <!-- 06 -->🚜 Refactor
18+
19+
- Make use of anyhow::ensure ([b9ca66e](https://github.com/desbma/shh/commit/b9ca66ec6b7315686e68a7a49ba23dfc6a76072d) by desbma)
20+
21+
### <!-- 10 -->🧰 Miscellaneous tasks
22+
23+
- Add todo lint ([ac17c5c](https://github.com/desbma/shh/commit/ac17c5c5d59d0126149aff06844bf68fe67d195c) by desbma)
24+
- Remove redundant test prefixes ([0a77b41](https://github.com/desbma/shh/commit/0a77b41031087f451626a748a17af064ffaed1cd) by desbma)
25+
- Fix lint for Rust 1.91 ([d4543de](https://github.com/desbma/shh/commit/d4543de5ad010c647287c02b435e7d053384596c) by desbma)
26+
27+
---
28+
329
## v2025.10.22
430

531
### <!-- 01 -->💡 Features

Cargo.lock

Lines changed: 32 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/desbma/shh"
77
keywords = ["systemd", "hardening", "strace", "system", "security"]
88
categories = ["command-line-utilities"]
99
license = "GPL-3.0-only"
10-
version = "2025.10.22"
10+
version = "2025.11.3"
1111
rust-version = "1.85"
1212
edition = "2024"
1313

@@ -27,8 +27,8 @@ const-gen = { version = "1.6.8", default-features = false, features = ["std", "p
2727
anyhow = { version = "1.0.100", default-features = false, features = ["std", "backtrace"] }
2828
bincode = { version = "2.0.1", default-features = false, features = ["std", "serde"] }
2929
chrono = { version = "0.4.42", default-features = false, features = ["clock", "std"] }
30-
clap = { version = "4.5.50", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
31-
clap_complete = { version = "4.5.59", default-features = false, optional = true }
30+
clap = { version = "4.5.51", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
31+
clap_complete = { version = "4.5.60", default-features = false, optional = true }
3232
clap_mangen = { version = "0.2.31", default-features = false, optional = true }
3333
function_name = { version = "0.3.0", default-features = false }
3434
goblin = { version = "0.10.3", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
@@ -49,7 +49,7 @@ tempfile = { version = "3.23.0", default-features = false }
4949
thiserror = { version = "2.0.17", default-features = false, features = ["std"] }
5050

5151
[dev-dependencies]
52-
assert_cmd = { version = "2.0.17", default-features = false, features = ["color", "color-auto"] }
52+
assert_cmd = { version = "2.1.1", default-features = false, features = ["color", "color-auto"] }
5353
fastrand = { version = "2.3.0", default-features = false, features = ["std"] }
5454
insta = { version = "1.43.2", default-features = false, features = ["colors", "ron"] }
5555
nix = { version = "0.30.1", default-features = false, features = ["user"] }

0 commit comments

Comments
 (0)