Browse Source

Fix parsability of shipped config file

Double hyphen inside of comment breaks xml.dom.minidom XML parser, which
is considered "not a bug" by mantainer: http://bugs.python.org/issue24197
master
Andrey Utkin 8 years ago
parent
commit
2055bc9a0a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/pamusb.conf

+ 2
- 2
doc/pamusb.conf View File

@ -40,8 +40,8 @@ See http://www.pamusb.org/doc/configuring
<user id="scox">
<device>MyDevice</device>
<option name="quiet">true</option>
<agent event="lock">gnome-screensaver-command --lock</agent>
<agent event="unlock">gnome-screensaver-command --deactivate</agent>
<agent event="lock">gnome-screensaver-command -\-lock</agent>
<agent event="unlock">gnome-screensaver-command -\-deactivate</agent>
</user>
Configure user root to authenticate using MyDevice, but update one


Loading…
Cancel
Save