]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup-setup: use fchownat() + AT_EMPTY_PATH where appropriate
authorMike Yuan <me@yhndnzj.com>
Tue, 30 Jul 2024 15:42:33 +0000 (17:42 +0200)
committerMike Yuan <me@yhndnzj.com>
Fri, 2 Aug 2024 14:36:07 +0000 (16:36 +0200)
commit8b7191aee4f4edf00c3e2a9c112b70ae7b63fedf
tree9cdd4c70d67fbe353099aed3705a8dfff531a17a
parent279c5a343f23645b771993c8a4fec8a6f73eaf59
cgroup-setup: use fchownat() + AT_EMPTY_PATH where appropriate

This already existed long before our kernel baseline.
While at it, switch to RET_GATHER().
src/shared/cgroup-setup.c