File: net.luckybackup.su.policy

package info (click to toggle)
luckybackup 0.5.0-7
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,384 kB
  • sloc: cpp: 12,573; makefile: 10; sh: 1
file content (23 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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.0/policyconfig.dtd">
<policyconfig>

  <vendor>luckyBackup (Superuser)</vendor>
  <vendor_url>http://luckybackup.sourceforge.net/</vendor_url>

  <action id="net.luckybackup.su">
    <description>Launch luckyBackup as Superuser</description>
    <message>Authentication is required to launch luckyBackup</message>
    <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/luckybackup</annotate>
    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  </action>

</policyconfig>