]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/execute.c
execute: for processes where creds logic is turned off, don't pass creds path to...
authorLennart Poettering <lennart@poettering.net>
Tue, 19 Jan 2021 16:31:21 +0000 (17:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Jan 2021 19:03:42 +0000 (20:03 +0100)
commita631cbfae3fab810db01238867ae93191dbfbeed
tree98a5f44739d654e90d25a8fdec94c6b31c059d67
parentf6c9a7ab9386081200a41e13571ee907f6669f58
execute: for processes where creds logic is turned off, don't pass creds path to namespace logic

Otherwise, the namespace logic will try to mount a dir that doesn't
actually exist.

Fixes: #18116
src/core/execute.c