]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/dbus-service: refuse bind mounting over /run/credentials/ 34020/head
authorMike Yuan <me@yhndnzj.com>
Tue, 23 Jul 2024 14:09:53 +0000 (16:09 +0200)
committerMike Yuan <me@yhndnzj.com>
Sat, 17 Aug 2024 16:16:20 +0000 (18:16 +0200)
commitae5c4aa66eab4e6f7703f67e68815ce8c3c82727
treeb3ff30508c9bc3afa4523e48a763b98a2de16ff9
parentf31906ff0b451c740bbe5b6e18db5338411429cb
core/dbus-service: refuse bind mounting over /run/credentials/

The credential mounts should be managed singlehandedly by pid1.
Preparation for the future introduction of RefreshOnReload=credential,
where refreshing creds will be properly supported on reload.
src/core/dbus-service.c
src/core/exec-credential.c
src/core/exec-credential.h
src/core/mount.c