diff options
Diffstat (limited to 'src/import/org.freedesktop.import1.policy.in')
-rw-r--r-- | src/import/org.freedesktop.import1.policy.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/import/org.freedesktop.import1.policy.in b/src/import/org.freedesktop.import1.policy.in index 95a79d2baa..85924ed743 100644 --- a/src/import/org.freedesktop.import1.policy.in +++ b/src/import/org.freedesktop.import1.policy.in @@ -26,6 +26,16 @@ </defaults> </action> + <action id="org.freedesktop.import1.export"> + <_description>Export a VM or container image</_description> + <_message>Authentication is required to export a VM or container 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.pull"> <_description>Download a VM or container image</_description> <_message>Authentication is required to download a VM or container image</_message> |