mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docs: formatdomain: Remove 'seclabel' anchor
One local reference required rewording of a whole paragraph to make sense. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
2ca5661b38
commit
cab8c4c423
@ -2720,10 +2720,11 @@ paravirtualized driver is specified via the ``disk`` element.
|
||||
incremental backups and snapshots are not supported for this disk type.
|
||||
|
||||
With "file", "block", and "volume", one or more optional sub-elements
|
||||
``seclabel``, `described below <#seclabel>`__ (and :since:`since 0.9.9` ),
|
||||
can be used to override the domain security labeling policy for just that
|
||||
source file. (NB, for "volume" type disk, ``seclabel`` is only valid when the
|
||||
``seclabel`` (See `Security label`_) can be used to override the domain
|
||||
security labeling policy for just that source file.
|
||||
(NB, for "volume" type disk, ``seclabel`` is only valid when the
|
||||
specified storage volume is of 'file' or 'block' type).
|
||||
:since:`since 0.9.9`
|
||||
|
||||
The ``source`` element may also have the ``index`` attribute with same
|
||||
semantics the ``index`` attribute of ``backingStore``.
|
||||
@ -6280,7 +6281,7 @@ top-level element. The host interface is configured by the ``source`` element.
|
||||
|
||||
The ``source`` element may contain an optional ``seclabel`` to override the way
|
||||
that labelling is done on the socket path. If this element is not present, the
|
||||
`security label is inherited from the per-domain setting <#seclabel>`__.
|
||||
`Security label`_ is inherited from the per-domain setting.
|
||||
|
||||
If the interface ``type`` presented to the host is "file", then the ``source``
|
||||
element may contain an optional attribute ``append`` that specifies whether or
|
||||
@ -8047,7 +8048,6 @@ The optional ``driver`` element allows to specify virtio options, see
|
||||
</devices>
|
||||
...
|
||||
|
||||
:anchor:`<a id="seclabel"/>`
|
||||
|
||||
Security label
|
||||
--------------
|
||||
|
@ -159,7 +159,7 @@ The top-level ``domainsnapshot`` element may contain the following elements:
|
||||
|
||||
The ``source`` element also may contain the ``seclabel`` element
|
||||
(described in the `domain XML documentation
|
||||
<formatdomain.html#seclabel>`__) which can be used to override the
|
||||
<formatdomain.html#security-label>`__) which can be used to override the
|
||||
domain security labeling policy for ``source``.
|
||||
|
||||
``driver``
|
||||
|
Loading…
Reference in New Issue
Block a user