com.mesonbuild.install.policy 896 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD polkit Policy Configuration 1.0//EN"
  3. "http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
  4. <policyconfig>
  5. <vendor>The Meson Build System</vendor>
  6. <vendor_url>https://github.com/mesonbuild/meson</vendor_url>
  7. <action id="com.mesonbuild.install.run">
  8. <description>Install the given project via Meson</description>
  9. <message>Authentication is required to install this project</message>
  10. <icon_name>preferences-system</icon_name>
  11. <defaults>
  12. <allow_any>no</allow_any>
  13. <allow_inactive>no</allow_inactive>
  14. <allow_active>auth_admin_keep</allow_active>
  15. </defaults>
  16. <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/python3</annotate>
  17. <annotate key="org.freedesktop.policykit.exec.argv1">/usr/bin/meson</annotate>
  18. </action>
  19. </policyconfig>