]> git.ipfire.org Git - thirdparty/systemd.git/commit
execute: when recursively chowning StateDirectory= when spawning services, follow...
authorLennart Poettering <lennart@poettering.net>
Tue, 27 Jun 2023 09:09:03 +0000 (11:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 28 Jun 2023 20:01:07 +0000 (22:01 +0200)
commitd5602c16324ec545c82bb59a3d60a349da7c370c
tree24ac10926816917c0c52e6988e02f73a10ef529f
parentd9e5137185e53ad7b8ec2ebbf23f0f990e23b4cb
execute: when recursively chowning StateDirectory= when spawning services, follow initial symlink

It should be OK to allow one level of symlink for the various types of
directories like StateDirectory=, LogsDirectory= and such.
src/core/execute.c
src/shared/chown-recursive.c
src/shared/chown-recursive.h
src/test/test-chown-rec.c