]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: fix group ownership when Group is set 1320/head
authorRonny Chevalier <chevalier.ronny@gmail.com>
Mon, 21 Sep 2015 13:45:51 +0000 (15:45 +0200)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Mon, 21 Sep 2015 16:14:44 +0000 (18:14 +0200)
commit5bc7452b3219456e07f931e40da30bb94a884293
tree6d76fb54e5e74c958f81cb2a86528296ef08395d
parentcc3ddc851fbe5adf9dfc7e4a702a8b5b6a1186d6
core: fix group ownership when Group is set

When Group is set in the unit, the runtime directories are owned by
this group and not the default group of the user (same for cgroup paths
and standard outputs)

Fix #1231
src/core/execute.c
src/test/test-execute.c
test/exec-runtimedirectory-owner.service [new file with mode: 0644]