/usr/share/polkit-1/actions/net.launchpad.backintime.policy is in backintime-qt4 1.1.12-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | <?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>BackInTime</vendor>
<vendor_url>https://github.com/bit-team/backintime</vendor_url>
<icon_name>document-save</icon_name>
<action id="net.launchpad.backintime.qt4gui">
<message gettext-domain="backintime">Authentication is required to run Back In Time as root.</message>
<description gettext-domain="backintime">Start Back In Time GUI as root.</description>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/backintime-qt4</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
<action id="net.launchpad.backintime.UdevRuleSave">
<message gettext-domain="backintime">Authentication is required to add Udev rules.</message>
<description gettext-domain="backintime">This will install Udev rules which will start Back In Time if a drive get connected.</description>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin_keep</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
<action id="net.launchpad.backintime.UdevRuleDelete">
<message gettext-domain="backintime">Authentication is required to delete Udev rules.</message>
<description gettext-domain="backintime">This will delete Udev rules.</description>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin_keep</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
</policyconfig>
|