Skip to content

Commit b287a76

Browse files
committed
CHANGELOG: add entry for non-root mctpd and capability management
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent e1b5983 commit b287a76

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5656
5. `mctp`'s command-line help is now more complete, and consistent in its usage
5757
of metavariables.
5858

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+
5965
## [2.5] - 2026-02-17
6066

6167
### Added

0 commit comments

Comments
 (0)