diff options
| author | Sebastien Braun | 2010-11-04 00:38:24 +0100 |
|---|---|---|
| committer | Sebastien Braun | 2010-11-04 00:38:24 +0100 |
| commit | 4fcc0efae9738bb28922da592fff78cfef50277b (patch) | |
| tree | b3855b36abe874606a802ec75fc573543d2d7b35 /src/input/org.openslx.pvs.input.policy | |
| parent | [PVSMGRTOUCH] resetall bug fixed (diff) | |
| parent | Documentation fixes and code cleanup (diff) | |
| download | pvs-4fcc0efae9738bb28922da592fff78cfef50277b.tar.gz pvs-4fcc0efae9738bb28922da592fff78cfef50277b.tar.xz pvs-4fcc0efae9738bb28922da592fff78cfef50277b.zip | |
Merge input handling work to master
Diffstat (limited to 'src/input/org.openslx.pvs.input.policy')
| -rw-r--r-- | src/input/org.openslx.pvs.input.policy | 4 |
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> |
