summarylogtreecommitdiffstats
path: root/nl.zevv.bucklespring.run.policy
blob: 15d4f26945d0a836db6784add5c6d2d0d49a2e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD polkit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
<policyconfig>
	<vendor>inpulse-to-talk</vendor>
	<vendor_url>https://github.com/zevv/bucklespring</vendor_url>

	<action id="nl.zevv.bucklespring.run">
		<message>The bucklespring daemon reads the input events directly</message>
		<icon_name>keyboard</icon_name>
		<defaults>
			<!-- Any program (in a session) can run the daemon, with the root password -->
			<allow_any>no</allow_any>
			<allow_inactive>no</allow_inactive>
			<allow_active>auth_admin_keep</allow_active>
		</defaults>
		<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/buckle</annotate>
	</action>

</policyconfig>