We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b5983 commit b287a76Copy full SHA for b287a76
1 file changed
CHANGELOG.md
@@ -56,6 +56,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
56
5. `mctp`'s command-line help is now more complete, and consistent in its usage
57
of metavariables.
58
59
+6. `mctpd` is now capable of running as a non-root user, with two extra
60
+ capabilities: `CAP_NET_ADMIN` and `CAP_NET_BIND_SERVICE`, which is now
61
+ reflected in the example dbus & systemd configuration. If libcap is
62
+ available, `mctpd` will drop the `BIND_SERVICE` capability after establishing
63
+ its MCTP control socket.
64
+
65
## [2.5] - 2026-02-17
66
67
### Added
0 commit comments