diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-09-13 17:24:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-09-15 19:44:05 +0200 |
commit | a859d0d378f7972b423fd4e16b6c9f0cd73c4f0f (patch) | |
tree | b584dfc42deef6ef1771ece490a8ab3ddd474161 /tmpfiles.d/systemd-nspawn.conf | |
parent | tmpfiles: introduce an explicit line flag $ for enabling purge logic for a line (diff) | |
download | systemd-a859d0d378f7972b423fd4e16b6c9f0cd73c4f0f.tar.xz systemd-a859d0d378f7972b423fd4e16b6c9f0cd73c4f0f.zip |
tmpfiles.d: add $ flag to all lines which are clearly private to our packages, and should be removed on package removal
(This excludes any dirs that contain resources placed there by the user)
(I also didn't bother marking resources belonging to components that are
really not optional for us)
Diffstat (limited to 'tmpfiles.d/systemd-nspawn.conf')
-rw-r--r-- | tmpfiles.d/systemd-nspawn.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpfiles.d/systemd-nspawn.conf b/tmpfiles.d/systemd-nspawn.conf index 78bd1c670e..6549ea4101 100644 --- a/tmpfiles.d/systemd-nspawn.conf +++ b/tmpfiles.d/systemd-nspawn.conf @@ -19,5 +19,5 @@ Q /var/lib/machines 0700 - - - # systemd-nspawn --ephemeral places snapshots) we are more strict, to # avoid removing unrelated temporary files. -R! /var/lib/machines/.#* -R! /.#machine.* +R!$ /var/lib/machines/.#* +R!$ /.#machine.* |