diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/opensuse-tumbleweed/man5/tmpfiles.d.5 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man5/tmpfiles.d.5')
-rw-r--r-- | upstream/opensuse-tumbleweed/man5/tmpfiles.d.5 | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/upstream/opensuse-tumbleweed/man5/tmpfiles.d.5 b/upstream/opensuse-tumbleweed/man5/tmpfiles.d.5 index 89b488b0..9c32f27f 100644 --- a/upstream/opensuse-tumbleweed/man5/tmpfiles.d.5 +++ b/upstream/opensuse-tumbleweed/man5/tmpfiles.d.5 @@ -1,5 +1,5 @@ '\" t -.TH "TMPFILES\&.D" "5" "" "systemd 254" "tmpfiles.d" +.TH "TMPFILES\&.D" "5" "" "systemd 255" "tmpfiles.d" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -210,6 +210,8 @@ is run\&. .sp For this entry to be useful, at least one of the mode, user, group, or age arguments must be specified, since otherwise this entry has no effect\&. As an exception, an entry with no effect may be useful when combined with \fI!\fR, see the examples\&. +.sp +Added in version 230\&. .RE .PP \fIv\fR @@ -223,6 +225,8 @@ A subvolume created with this line type is not assigned to any higher\-level quo \fIq\fR or \fIQ\fR, which allow creating simple quota group hierarchies, see below\&. +.sp +Added in version 219\&. .RE .PP \fIq\fR @@ -236,6 +240,8 @@ If the subvolume already exists, no change to the quota hierarchy is made, regar below\&. See \fBbtrfs-qgroup\fR(8) for details about the btrfs quota group concept\&. +.sp +Added in version 228\&. .RE .PP \fIQ\fR @@ -274,6 +280,8 @@ As with \fIq\fR, \fIQ\fR has no effect on the quota group hierarchy if the subvolume already exists, regardless of whether the subvolume already belong to a quota group or not\&. +.sp +Added in version 228\&. .RE .PP \fIp\fR, \fIp+\fR @@ -312,6 +320,8 @@ Recursively copy a file or directory, if the destination files or directories do \fI+\fR\&. Instead, the entire copy operation is skipped\&. If the argument is omitted, files from the source directory /usr/share/factory/ with the same name are copied\&. Does not follow symlinks\&. Contents of the directories are subject to time\-based cleanup if the age argument is specified\&. +.sp +Added in version 214\&. .RE .PP \fIx\fR @@ -331,6 +341,8 @@ Ignore a path during cleaning\&. Use this type to exclude paths from clean\-up a or \fIR\fR lines\&. Lines of this type accept shell\-style globs in place of normal path names\&. +.sp +Added in version 198\&. .RE .PP \fIr\fR @@ -364,12 +376,16 @@ for details\&. The argument field should take one or more assignment expressions .sp Please note that extended attributes settable with this line type are a different concept from the Linux file attributes settable with \fIh\fR/\fIH\fR, see below\&. +.sp +Added in version 218\&. .RE .PP \fIT\fR .RS 4 Same as \fIt\fR, but operates recursively\&. +.sp +Added in version 219\&. .RE .PP \fIh\fR @@ -403,6 +419,8 @@ Please note that the Linux file attributes settable with this line type are a di .RS 4 Sames as \fIh\fR, but operates recursively\&. +.sp +Added in version 220\&. .RE .PP \fIa\fR, \fIa+\fR @@ -413,6 +431,8 @@ Set POSIX ACLs (access control lists), see \fI+\fR, the specified entries will be added to the existing set\&. \fBsystemd-tmpfiles\fR(8) will automatically add the required base entries for user and group based on the access mode of the file, unless base entries already exist or are explicitly specified\&. The mask will be added if not specified explicitly or already present\&. Lines of this type accept shell\-style globs in place of normal path names\&. This can be useful for allowing additional access to certain files\&. Does not follow symlinks\&. +.sp +Added in version 219\&. .RE .PP \fIA\fR, \fIA+\fR @@ -421,6 +441,8 @@ Same as \fIa\fR and \fIa+\fR, but recursive\&. Does not follow symlinks\&. +.sp +Added in version 219\&. .RE .SS "Type Modifiers" .PP @@ -984,7 +1006,9 @@ will be removed on boot\&. The directory will not be created\&. .RE .\} .PP -By passing this line to QEMU, the public key of the current user will be encoded in base64, added to a tmpfiles\&.d line that tells systemd\-tmpfiles to decode it into +By passing this line to QEMU, the public key of the current user will be encoded in base64, added to a tmpfiles\&.d line that tells +\fBsystemd\-tmpfiles\fR +to decode it into /root/\&.ssh/authorized_keys, encode that line itself in base64 and pass it as a Credential that will be picked up by systemd from SMBIOS on boot\&. .SH "/RUN/ AND /VAR/RUN/" .PP |