-
Notifications
You must be signed in to change notification settings - Fork 16
/
org.xfce.mousepad.policy.in.in
35 lines (30 loc) · 1.18 KB
/
org.xfce.mousepad.policy.in.in
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<!--
Policy definitions for Mousepad.
Copyright (c) 2018 Matthew Brush <[email protected]>
2018 Andre Miranda <[email protected]>
-->
<vendor>Mousepad</vendor>
<vendor_url>https://xfce.org/</vendor_url>
<icon_name>org.xfce.mousepad</icon_name>
<action id="org.xfce.mousepad">
<!-- SECURITY:
- A normal active user can run mousepad without elevated rights. They
may wish to modify a file they normally do not have read/write access
to. This isn't a good idea, but is common on single user systems.
-->
<_description>Run Mousepad as root</_description>
<_message>Authentication is required to run Mousepad as root.</_message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">@bindir@/mousepad</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>