24 lines
888 B
Plaintext
24 lines
888 B
Plaintext
|
<?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>
|