]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/namespace.c
namespace: make tmp dir handling code independent of umask too
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 10:16:02 +0000 (11:16 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 15:02:22 +0000 (16:02 +0100)
commit30443439274cc223583c6c57f7d9041e440e346f
tree33810901783cd4cf3da4a5a3a3cc6af9eb16c3ad
parentcdf42f9bd40ff21a67d58b948efea055d56ad398
namespace: make tmp dir handling code independent of umask too

Let's make all code in namespace.c robust towards weird umask. This
doesn't matter too much given that the parent dirs we deal here almost
certainly exist anyway, but let's clean this up anyway and make it fully
clean.
src/core/namespace.c