Skip to content

Commit 480c52a

Browse files
committed
fix(packaging): add missing polkit policy file
1 parent 3b63d5a commit 480c52a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
3+
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
4+
<policyconfig>
5+
<vendor>Acik Kaynak Gelistirme Toplulugu</vendor>
6+
<vendor_url>https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control</vendor_url>
7+
<icon_name>ro-control</icon_name>
8+
9+
<action id="com.github.AcikKaynakGelistirmeToplulugu.rocontrol.pkexec">
10+
<description>Execute privileged ro-Control operations</description>
11+
<message>Authentication is required to perform privileged system operations</message>
12+
<defaults>
13+
<allow_any>auth_admin</allow_any>
14+
<allow_inactive>auth_admin</allow_inactive>
15+
<allow_active>auth_admin_keep</allow_active>
16+
</defaults>
17+
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
18+
</action>
19+
</policyconfig>

0 commit comments

Comments
 (0)