com.github.calamares.calamares.policy 862 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3. "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4. "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
  5. <policyconfig>
  6. <vendor>Calamares</vendor>
  7. <vendor_url>https://github.com/calamares</vendor_url>
  8. <action id="com.github.calamares.calamares.pkexec.run">
  9. <description>Run Installer</description>
  10. <message>Authentication is required to run the installation program</message>
  11. <icon_name>drive-harddisk</icon_name>
  12. <defaults>
  13. <allow_any>no</allow_any>
  14. <allow_inactive>no</allow_inactive>
  15. <allow_active>auth_admin</allow_active>
  16. </defaults>
  17. <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/calamares</annotate>
  18. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  19. </action>
  20. </policyconfig>