A tmpfiles.d implementation for UNIX-like operating systems.

#1 Directories created with the wrong mode.

Opened by JustSoup321 on August 3, 2025
JustSoup321 on August 3, 2025

A config with the line:

d     /run/test   0755 root root  10d -

creates a directory with the mode 1341 instead of 0755.