summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorSebastien Braun2010-10-12 05:17:27 +0200
committerSebastien Braun2010-10-12 05:17:27 +0200
commitc26b6dc30178bd153598d7d4b6a2ce64251596d3 (patch)
tree8a2cd3e03d46187d1508b62663dd58a822df447a /src/input
parentFix segmentation fault in LogNonMatchingHandler (diff)
downloadpvs-c26b6dc30178bd153598d7d4b6a2ce64251596d3.tar.gz
pvs-c26b6dc30178bd153598d7d4b6a2ce64251596d3.tar.xz
pvs-c26b6dc30178bd153598d7d4b6a2ce64251596d3.zip
Fix default PolicyKit policy
Admin password is required if user is not local and unprivileged.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/org.openslx.pvs.input.policy4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/org.openslx.pvs.input.policy b/src/input/org.openslx.pvs.input.policy
index f0de9f2..f4a73e6 100644
--- a/src/input/org.openslx.pvs.input.policy
+++ b/src/input/org.openslx.pvs.input.policy
@@ -10,8 +10,8 @@
<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_inactive>auth_admin_keep</allow_inactive>
+ <allow_active>auth_admin_keep</allow_active>
<allow_any>auth_admin_keep</allow_any>
</defaults>
</action>