]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/namespace: clean up append_private_tmp() a bit 39790/head
authorMike Yuan <me@yhndnzj.com>
Tue, 24 Feb 2026 18:40:14 +0000 (19:40 +0100)
committerMike Yuan <me@yhndnzj.com>
Wed, 25 Feb 2026 11:38:12 +0000 (12:38 +0100)
commit2b67122cdf931bb91d7bf27f6f71e7173d1c5288
treef9b45ff7638d8cd81c897b2df016d49e671d72cb
parent0a17bb5c343acd3d75df22499d0cf2fce458d140
core/namespace: clean up append_private_tmp() a bit

With the previous changes the modes for /tmp/ and /var/tmp/
may come in arbitrary directions, i.e. we may downgrade one
and upgrade another. Hence let's refactor the setup logic
a bit so they're truly independent.
src/core/namespace.c