diff --git a/developer/services/admin-api.rst b/developer/services/admin-api.rst index 30cb17a76..61a5f69a6 100644 --- a/developer/services/admin-api.rst +++ b/developer/services/admin-api.rst @@ -717,12 +717,14 @@ The tags provided can be used to write custom policies. They are not used in a default Qubes OS installation. However, they are created anyway. -- ``created-by-`` — Created in an extension to `qubesd` at the moment - of creation of the VM. Cannot be changed via API, which is also +- ``created-by-`` — Created in an extension to `qubesd` at the moment + of creation of the qube. Cannot be changed via API, which is also enforced by this extension. -- ``managed-by-`` — Can be used for the same purpose, but it is not +- ``managed-by-`` — Can be used for the same purpose, but it is not created automatically, nor is it forbidden to set or reset this tag. +.. note:: When cloning a qube, the tag starting by ``created-by-`` will be updated. + Backup profile ==============