systemd/tmpfiles.d
Michael Biebl 06460e8871 Make /run/lock tmpfs an API fs
The /run/lock directory is world-writable in Debian due to historic
reasons. To avoid user processes filling up /run, we mount a separate
tmpfs for /run/lock. As this directory needs to be available during
early boot, we make it an API fs.

Drop it from tmpfiles.d/legacy.conf to not clobber the permissions.

Closes: #751392

Gbp-Pq: Topic debian
Gbp-Pq: Name Make-run-lock-tmpfs-an-API-fs.patch
2023-04-12 17:15:01 +08:00
..
README Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
etc.conf.in Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
home.conf Import Upstream version 245.4 2022-05-14 02:56:24 +08:00
journal-nocow.conf Import Upstream version 245.4 2022-05-14 02:56:24 +08:00
legacy.conf.in Make /run/lock tmpfs an API fs 2023-04-12 17:15:01 +08:00
meson.build Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
portables.conf Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
static-nodes-permissions.conf.in Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
systemd-network.conf Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
systemd-nologin.conf Import Upstream version 245.4 2022-05-14 02:56:24 +08:00
systemd-nspawn.conf Import Upstream version 245.4 2022-05-14 02:56:24 +08:00
systemd-pstore.conf Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
systemd-resolve.conf Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
systemd-tmp.conf Import Upstream version 245.4 2022-05-14 02:56:24 +08:00
systemd.conf.in Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
tmp.conf Bring tmpfiles.d/tmp.conf in line with Debian defaults 2023-04-12 17:15:01 +08:00
var.conf.in Import Upstream version 251.4 2023-04-12 17:00:04 +08:00
x11.conf Import Upstream version 251.4 2023-04-12 17:00:04 +08:00

README

Files in this directory contain configuration for systemd-tmpfiles, a program
to create, delete, and clean up volatile and temporary files and directories.

See man:tmpfiles.d(5) for explanation of the configuration file format, and
man:systemd-tmpfiles(8) for a description of when and how this configuration is
applied.

Use 'systemd-analyze cat-config tmpfiles.d' to display the effective config.