<?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 Share</vendor>
 <vendor_url>https://github.com/linuxmint/nemo-extensions</vendor_url>

 <action id="org.nemo-share.samba_install">
   <description>Install and configure Samba</description>
   <message>Authentication is required to install Samba, configure it and add the appropriate firewall rules.</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/share/nemo-share/install-samba</annotate>
   <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
 </action>

</policyconfig>
