File tree Expand file tree Collapse file tree 12 files changed +41
-38
lines changed
Expand file tree Collapse file tree 12 files changed +41
-38
lines changed Original file line number Diff line number Diff line change 698698 done. If set to <literal >grow</literal > the home area is grown to the size configured via
699699 <option >--disk-size=</option > should it currently be smaller. If it already matches the configured
700700 size or is larger no operation is executed. If set to <literal >shrink-and-grow</literal > the home
701- area is also resized to the minimal size used disk space and file system constraints permit, during
702- logout . This mode thus ensures that while a home area is activated it is sized to the configured
703- size, but while deactivated it is compacted taking up only the minimal space possible. Note that if
704- the system is powered off abnormally or if the user otherwise not logged out cleanly the shrinking
705- operation will not take place, and the user has to re-login/logout again before it is executed
706- again.</para ></listitem >
701+ area is also resized during logout to the minimal size the used disk space and file system
702+ constraints permit . This mode thus ensures that while a home area is activated it is sized to the
703+ configured size, but while deactivated it is compacted taking up only the minimal space possible.
704+ Note that if the system is powered off abnormally or if the user otherwise not logged out cleanly the
705+ shrinking operation will not take place, and the user has to re-login/logout again before it is
706+ executed again.</para ></listitem >
707707 </varlistentry >
708708
709709 <varlistentry >
Original file line number Diff line number Diff line change 5050 <literal >UUID=</literal > followed by the UUID,
5151 <literal >PARTUUID=</literal > followed by the partition UUID,
5252 <literal >LABEL=</literal > followed by the label,
53- <literal >PARTLABEL=</literal > followed by the partition label,
53+ <literal >PARTLABEL=</literal > followed by the partition label.
5454 </para >
5555
5656 <para >The third field if present contains an absolute filename path to a key file or a <literal >-</literal >
Original file line number Diff line number Diff line change 9494 <term ><varname >$SYSTEMD_NSS_RESOLVE_CACHE</varname ></term >
9595
9696 <listitem ><para >Takes a boolean argument. When false, the cache of previously queried records will
97- not be used by <filename >systemd-resolved</filename >.</para ></listitem >
97+ not be used by <command >systemd-resolved</command >.</para ></listitem >
9898 </varlistentry >
9999 </variablelist >
100100
121121 <term ><varname >$SYSTEMD_NSS_RESOLVE_NETWORK</varname ></term >
122122
123123 <listitem ><para >Takes a boolean argument. When false, answers will be returned without using the
124- network, i.e. either from local sources or the cache in <filename >systemd-resolved</filename >.
124+ network, i.e. either from local sources or the cache in <command >systemd-resolved</command >.
125125 </para ></listitem >
126126 </varlistentry >
127127 </variablelist >
130130 <refsect1 >
131131 <title >Example</title >
132132
133- <para >Here is an example <filename >/etc/nsswitch.conf</filename > file that enables < command >nss-resolve</ command >
134- correctly:</para >
133+ <para >Here is an example <filename >/etc/nsswitch.conf</filename > file that enables
134+ < command >nss-resolve</ command > correctly:</para >
135135
136136 <!-- synchronize with other nss-* man pages and factory/etc/nsswitch.conf -->
137137<programlisting >passwd: compat systemd
Original file line number Diff line number Diff line change 424424 <term ><varname >PORTABLE_PREFIXES=</varname ></term >
425425 <listitem ><para >Takes a space-separated list of one or more valid prefix match strings for the
426426 <ulink url =" https://systemd.io/PORTABLE_SERVICES" >Portable Services</ulink > logic. This field
427- serves two purposes: it's informational, identifying portable service images as such (and thus
428- allowing them to be distinguished from other OS images, such as bootable system images); whenever a
429- portable service image is attached the specified or implied portable service prefix is checked
430- against this list, to enforce restrictions how images may be attached to a
427+ serves two purposes: it is informational, identifying portable service images as such (and thus
428+ allowing them to be distinguished from other OS images, such as bootable system images). In is also
429+ used when a portable service image is attached: the specified or implied portable service prefix is
430+ checked against the list specified here , to enforce restrictions how images may be attached to a
431431 system.</para ></listitem >
432432 </varlistentry >
433433 </variablelist >
Original file line number Diff line number Diff line change 5656 </term >
5757
5858 <listitem ><para >Create a block device <replaceable >volume</replaceable > using
59- <replaceable >device</replaceable >. See integritytab man page and
59+ <replaceable >device</replaceable >. See
60+ <citerefentry ><refentrytitle >systemd-integritytab</refentrytitle ><manvolnum >5</manvolnum ></citerefentry >
61+ and
6062 <ulink url =" https://www.kernel.org/doc/html/latest/admin-guide/device-mapper/dm-integrity.html" >
6163 Kernel dm-integrity</ulink > documentation for details.
6264 </para ></listitem >
Original file line number Diff line number Diff line change 9494 then access them in this directory. This is supposed to be used to store auxiliary, encrypted,
9595 authenticated credentials for use with <varname >LoadCredentialEncrypted=</varname > in the UEFI System
9696 Partition. See
97- <citerefentry ><refentrytitle >systemd.exec</refentrytitle ><manvolnum >5</manvolnum ></citerefentry > for
97+ <citerefentry ><refentrytitle >systemd.exec</refentrytitle ><manvolnum >5</manvolnum ></citerefentry >
98+ and
99+ <citerefentry ><refentrytitle >systemd-creds</refentrytitle ><manvolnum >1</manvolnum ></citerefentry >
100+ for
98101 details on encrypted credentials. The generated <command >cpio</command > archive is measured into TPM
99- PCR 4 (if a TPM is present)</para ></listitem >
102+ PCR 4 (if a TPM is present). </para ></listitem >
100103
101104 <listitem ><para >Similarly, files <filename ><replaceable >foo</replaceable >.efi.extra.d/*.raw</filename >
102105 are packed up in a <command >cpio</command > archive and placed in the <filename >/.extra/sysext/</filename >
Original file line number Diff line number Diff line change @@ -1964,9 +1964,7 @@ RestrictFileSystems=ext4</programlisting>
19641964 </row >
19651965 <row >
19661966 <entry >@known</entry >
1967- <entry >All known filesystems defined by the kernel. This list is defined statically in systemd based on a kernel
1968- version that was available when this systemd version was released. It will become progressively more
1969- out-of-date as the kernel is updated.</entry >
1967+ <entry >All known filesystems defined by the kernel. This list is defined statically in systemd based on a kernel version that was available when this systemd version was released. It will become progressively more out-of-date as the kernel is updated.</entry >
19701968 </row >
19711969 </tbody >
19721970 </tgroup >
Original file line number Diff line number Diff line change 812812 <varlistentry >
813813 <term ><varname >TransmitVLANSTAGHardwareAcceleration=</varname ></term >
814814 <listitem >
815- <para >Takes a boolean. If set to true, transmit VLAN STAG HW acceleration is enabled.
815+ <para >Takes a boolean. If set to true, transmit VLAN STAG hardware acceleration is enabled.
816816 When unset, the kernel's default will be used.</para >
817817 </listitem >
818818 </varlistentry >
Original file line number Diff line number Diff line change @@ -2304,7 +2304,7 @@ Table=1234</programlisting></para>
23042304 <citerefentry ><refentrytitle >sd-id128</refentrytitle ><manvolnum >3</manvolnum ></citerefentry >,
23052305 <citerefentry ><refentrytitle >sd_id128_from_string</refentrytitle ><manvolnum >3</manvolnum ></citerefentry >,
23062306 and
2307- <citerefentry ><refentrytitle >sd_id128_get_machine</refentrytitle ><manvolnum >3</manvolnum ></citerefentry >,
2307+ <citerefentry ><refentrytitle >sd_id128_get_machine</refentrytitle ><manvolnum >3</manvolnum ></citerefentry >.
23082308 </para >
23092309 <para >
23102310 Note that the <literal >prefixstable</literal > algorithm uses both the interface
Original file line number Diff line number Diff line change 202202 capabilities (see
203203 <citerefentry project =' man-pages' ><refentrytitle >capabilities</refentrytitle ><manvolnum >7</manvolnum ></citerefentry >
204204 for details). The <varname >AmbientCapability=</varname > setting
205- specifies capability which will be passed to the started program
205+ specifies capabilities which will be passed to the started program
206206 in the inheritable and ambient capability sets. This will grant
207207 these capabilities to this process. This setting correspond to
208208 the <option >--ambient-capability=</option > command line switch.
You can’t perform that action at this time.
0 commit comments