summaryrefslogtreecommitdiffstats
path: root/src/input/org.openslx.pvs.input.policy
blob: f4a73e617cf5e2e8037d4859781d945723aca07f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" ?>
<!DOCTYPE policyconfig PUBLIC
	"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
	"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
	<vendor>The OpenSLX project</vendor>
	<vendor_url>http://lab.openslx.org/pvs</vendor_url>

	<action id="org.openslx.pvs.privilegedinput">
		<description>Use privileged input actions in PVS</description>
		<message>Authentication is required to let PVS use privileged input actions</message>
		<defaults>
			<allow_inactive>auth_admin_keep</allow_inactive>
			<allow_active>auth_admin_keep</allow_active>
			<allow_any>auth_admin_keep</allow_any>
		</defaults>
	</action>
</policyconfig>