milis/talimatname/genel/n/nemo/org.nemo.root.policy

24 lines
888 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<vendor>Nemo Project</vendor>
<vendor_url>https://github.com/linuxmint/nemo</vendor_url>
<action id="org.nemo.root">
<description>Nemo'yu yükseltilmiş ayrıcalıklarla çalıştır</description>
<message>Nemo'yu kök olarak çalıştırmak için lütfen şifrenizi girin</message>
<icon_name>gksu-root-terminal</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/nemo</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>