123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD polkit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
- <policyconfig>
- <vendor>Software Peronista</vendor>
- <action id="ar.com.softwareperonista.Pace">
- <message gettext-domain="pace">Authentication is required to write system file</message>
- <icon_name>ar.com.softwareperonista.Pace</icon_name>
- <defaults>
- <allow_any>auth_admin</allow_any>
- <allow_inactive>auth_admin</allow_inactive>
- <allow_active>auth_admin</allow_active>
- </defaults>
- <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/pace-file-writer</annotate>
- <annotate key="org.freedesktop.policykit.exec.allow_gui">false</annotate>
- </action>
- </policyconfig>
|