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">
8 Policy definitions for Thunar.
9 Copyright (c) 2014 Benedikt Meurer <benny@xfce.org>
10 Jannis Pohlmann <jannis@xfce.org>
11 Jeffs Franks <jcfranks@xfce.org>
12 Nick Schermer <nick@xfce.org>
15 <vendor>Thunar</vendor>
16 <vendor_url>http://xfce.org/</vendor_url>
17 <icon_name>system-file-manager</icon_name>
20 <action id="org.xfce.thunar">
22 - A normal active user can run thunar without elevated rights. They
23 may wish to modify files they normally do not have read/write access
24 to. This isn't a good idea, but is common on single user systems.
26 <_description>Run Thunar as root</_description>
27 <_message>Authentication is required to run Thunar as root.</_message>
29 <allow_any>no</allow_any>
30 <allow_inactive>auth_admin</allow_inactive>
31 <allow_active>auth_admin</allow_active>
33 <annotate key="org.freedesktop.policykit.exec.path">@bindir@/thunar</annotate>
34 <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>