Skip to content

Commit

Permalink
Fix parsability of shipped config file
Browse files Browse the repository at this point in the history
Double hyphen inside of comment breaks xml.dom.minidom XML parser, which
is considered "not a bug" by mantainer: http://bugs.python.org/issue24197
  • Loading branch information
Andrey Utkin committed Sep 18, 2015
1 parent 6a30dff commit 2055bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/pamusb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2055bc9

Please sign in to comment.