diff options
author | Russ Allbery <rra@stanford.edu> | 2008-08-14 07:32:56 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-08-14 07:32:56 +0000 |
commit | b417f09ac51beeb618ecfdb74d81d91543d07848 (patch) | |
tree | 65298e28c2a1e74bff12861ad0bd7e1e9491672c /config | |
parent | 4b1df0699a800411c106b96974eab52b737e2d60 (diff) |
Fix logging in wallet-backend and the remctl configuration to not log
the data passed to store.
Diffstat (limited to 'config')
-rw-r--r-- | config/wallet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/wallet b/config/wallet index d3f745d..2e0b142 100644 --- a/config/wallet +++ b/config/wallet @@ -3,4 +3,5 @@ # This is a remctld configuration fragment to run wallet-backend, which # implements the server side of the wallet system. +wallet store /usr/sbin/wallet-backend logmask=4 ANYUSER wallet ALL /usr/sbin/wallet-backend ANYUSER |