-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcom.fyralabs.pkexec.readymade.policy
28 lines (28 loc) · 1.2 KB
/
com.fyralabs.pkexec.readymade.policy
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
<?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>
<action id="org.freedesktop.policykit.pkexec.readymade">
<description>Readymade Installer</description>
<message>Authentication is required to install the operating system</message>
<icon_name>com.fyralabs.Readymade</icon_name>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/readymade</annotate>
</action>
<action id="org.freedesktop.policykit.pkexec.readymade.os-prober">
<description>Readymade Installer - os-prober</description>
<message>Authentication is required to probe installed operating systems</message>
<icon_name>com.fyralabs.Readymade</icon_name>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/os-prober</annotate>
</action>
</policyconfig>