]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: drop incorrect comment about SD_BUS_VTABLE_CAPABILITY(CAP_SYS_BOOT)
authorMichael Vogt <michael@amutable.com>
Thu, 26 Mar 2026 12:25:02 +0000 (13:25 +0100)
committerMichael Vogt <michael@amutable.com>
Thu, 26 Mar 2026 14:21:10 +0000 (15:21 +0100)
commit1e9f0d76fb2a984c53adc4ddb7b481ae8f3f9b90
tree8ffc254756bdb433b385c1e0f47e4fecc46897d5
parent21b25d84709d124df68253061ca2a7a0e04628d9
core: drop incorrect comment about SD_BUS_VTABLE_CAPABILITY(CAP_SYS_BOOT)

The comment about `SD_BUS_VTABLE_CAPABILITY(CAP_SYS_BOOT)` is
incorrect. To quote @YHNdnzj:
```
nah, the capability-based permission model is a legacy from kdbus. We cannot do it race-freely without it. Please simply drop the comment.
```

Thanks to @YHNdnzj for suggesting this.
src/core/varlink-manager.c