summaryrefslogtreecommitdiff
path: root/src/core/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-09-28 19:13:44 +0200
committerLennart Poettering <lennart@poettering.net>2017-10-02 17:41:43 +0200
commita1164ae3805646048d4712f5a9e2de16b6faf6fa (patch)
treef22e0185513bb1dad687115b6e118f2ce4ea2024 /src/core/meson.build
parent64fbdc0f91f77908c63386f3db4d58e007a78963 (diff)
downloadsystemd-a1164ae3805646048d4712f5a9e2de16b6faf6fa.tar.gz
core: chown() StateDirectory= and friends recursively when starting a service
This is particularly useful when used in conjunction with DynamicUser=1, where the UID might change for every invocation, but is useful in other cases too, for example, when these directories are shared between systems where the UID assignments differ slightly.
Diffstat (limited to 'src/core/meson.build')
-rw-r--r--src/core/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/meson.build b/src/core/meson.build
index ac600be117..4355f9ca6d 100644
--- a/src/core/meson.build
+++ b/src/core/meson.build
@@ -7,6 +7,8 @@ libcore_la_sources = '''
bpf-firewall.h
cgroup.c
cgroup.h
+ chown-recursive.c
+ chown-recursive.h
dbus-automount.c
dbus-automount.h
dbus-cgroup.c