org.cinnamon.pkexec.mdmsetup.policy 889 B

12345678910111213141516171819202122
  1. <?xml surum="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>Cinnamon Desktop environment</vendor>
  7. <vendor_url>http://www.gnome.org/projects/mdm/</vendor_url>
  8. <action id="org.cinnamon.pkexec.mdmsetup">
  9. <description>MDM login window appearance and behavior</description>
  10. <message>Privileges are required to change MDM Settings</message>
  11. <icon_name>mdmsetup</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/mdmsetup</annotate>
  18. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  19. </action>
  20. </policyconfig>