diff options
author | Russ Allbery <rra@stanford.edu> | 2010-09-07 11:48:43 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-09-07 11:48:43 -0700 |
commit | 92b3dc284e3f11742c10ab10811eaaf2b181666f (patch) | |
tree | 217fed229f19bdd38e1a0778ed9fd89605ba1fa1 /config | |
parent | a4bf20e6c7bc7fecaf88d2f3d56bde4700c77dc3 (diff) |
Fix a syntax error in the sample wallet-report remctl configuration
Diffstat (limited to 'config')
-rw-r--r-- | config/wallet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/wallet b/config/wallet index 19b86fa..61914a1 100644 --- a/config/wallet +++ b/config/wallet @@ -6,4 +6,4 @@ wallet store /usr/sbin/wallet-backend stdin=4 ANYUSER wallet ALL /usr/sbin/wallet-backend ANYUSER -wallet-report /usr/sbin/wallet-report /etc/remctl/acl/wallet-report +wallet-report ALL /usr/sbin/wallet-report /etc/remctl/acl/wallet-report |