diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:42 +0000 |
commit | 78e9bb837c258ac0ec7712b3d612cc2f407e731e (patch) | |
tree | f515d16b6efd858a9aeb5b0ef5d6f90bf288283d /src/import/org.freedesktop.import1.policy | |
parent | Adding debian version 255.5-1. (diff) | |
download | systemd-78e9bb837c258ac0ec7712b3d612cc2f407e731e.tar.xz systemd-78e9bb837c258ac0ec7712b3d612cc2f407e731e.zip |
Merging upstream version 256.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/import/org.freedesktop.import1.policy')
-rw-r--r-- | src/import/org.freedesktop.import1.policy | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/src/import/org.freedesktop.import1.policy b/src/import/org.freedesktop.import1.policy index 88e436d..45c11de 100644 --- a/src/import/org.freedesktop.import1.policy +++ b/src/import/org.freedesktop.import1.policy @@ -19,8 +19,8 @@ <vendor_url>https://systemd.io</vendor_url> <action id="org.freedesktop.import1.import"> - <description gettext-domain="systemd">Import a VM or container image</description> - <message gettext-domain="systemd">Authentication is required to import a VM or container image</message> + <description gettext-domain="systemd">Import a disk image</description> + <message gettext-domain="systemd">Authentication is required to import an image</message> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> @@ -29,8 +29,8 @@ </action> <action id="org.freedesktop.import1.export"> - <description gettext-domain="systemd">Export a VM or container image</description> - <message gettext-domain="systemd">Authentication is required to export a VM or container image</message> + <description gettext-domain="systemd">Export a disk image</description> + <message gettext-domain="systemd">Authentication is required to export disk image</message> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> @@ -39,8 +39,18 @@ </action> <action id="org.freedesktop.import1.pull"> - <description gettext-domain="systemd">Download a VM or container image</description> - <message gettext-domain="systemd">Authentication is required to download a VM or container image</message> + <description gettext-domain="systemd">Download a disk image</description> + <message gettext-domain="systemd">Authentication is required to download a disk image</message> + <defaults> + <allow_any>auth_admin</allow_any> + <allow_inactive>auth_admin</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + </action> + + <action id="org.freedesktop.import1.cancel"> + <description gettext-domain="systemd">Cancel transfer of a disk image</description> + <message gettext-domain="systemd">Authentication is required to cancel the ongoing transfer of a disk image</message> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> |