From 9609b8afce6b562a2c5470c84f0c18c4bc0ceec2 Mon Sep 17 00:00:00 2001 From: parulin <161326115+parulin@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:38:42 +0000 Subject: [PATCH] Be explicit about `created-by-*` tags when cloning And replace `VM` by `qube` --- developer/services/admin-api.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/developer/services/admin-api.rst b/developer/services/admin-api.rst index 30cb17a769..61a5f69a66 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 ==============