summaryrefslogtreecommitdiffstats
path: root/src/input/org.openslx.pvs.input.policy
diff options
context:
space:
mode:
authorSebastien Braun2010-10-06 15:17:40 +0200
committerSebastien Braun2010-10-06 15:17:40 +0200
commitdce35518d9b91b1bac0394792f83450fbe4aa3bc (patch)
tree42b966e7aa0984bfbddbd8d8b7a7923c780be86d /src/input/org.openslx.pvs.input.policy
parentDetect the presence of PolKit on configuration (diff)
downloadpvs-dce35518d9b91b1bac0394792f83450fbe4aa3bc.tar.gz
pvs-dce35518d9b91b1bac0394792f83450fbe4aa3bc.tar.xz
pvs-dce35518d9b91b1bac0394792f83450fbe4aa3bc.zip
Install PolKit policy file
and try to detect the policy directory.
Diffstat (limited to 'src/input/org.openslx.pvs.input.policy')
-rw-r--r--src/input/org.openslx.pvs.input.policy18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/input/org.openslx.pvs.input.policy b/src/input/org.openslx.pvs.input.policy
new file mode 100644
index 0000000..f0de9f2
--- /dev/null
+++ b/src/input/org.openslx.pvs.input.policy
@@ -0,0 +1,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_self_keep</allow_inactive>
+ <allow_active>auth_self_keep</allow_active>
+ <allow_any>auth_admin_keep</allow_any>
+ </defaults>
+ </action>
+</policyconfig>