]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
machine: do not allow unprivileged users to register other users' processes as machin...
authorLuca Boccassi <bluca@debian.org>
Tue, 16 Sep 2025 16:59:45 +0000 (17:59 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Sep 2025 16:59:45 +0000 (17:59 +0100)
Registering a process as a machine means a caller can get machined to
send sigterm to it, and more. If an unpriv user is registering, ensure
the registered process has the same uid.

Follow-up for adaff8eb35d9c471af81fddaa4403bc5843a256f


Trivial merge