org.nemo.root.policy 888 B

123456789101112131415161718192021222324
  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>Nemo Project</vendor>
  7. <vendor_url>https://github.com/linuxmint/nemo</vendor_url>
  8. <action id="org.nemo.root">
  9. <description>Nemo'yu yükseltilmiş ayrıcalıklarla çalıştır</description>
  10. <message>Nemo'yu kök olarak çalıştırmak için lütfen şifrenizi girin</message>
  11. <icon_name>gksu-root-terminal</icon_name>
  12. <defaults>
  13. <allow_any>no</allow_any>
  14. <allow_inactive>no</allow_inactive>
  15. <allow_active>auth_admin_keep</allow_active>
  16. </defaults>
  17. <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/nemo</annotate>
  18. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  19. </action>
  20. </policyconfig>