added unittest for CryptoBoxLogger and CryptoBoxProps

fixed bug in devicename check
minor improvements
This commit is contained in:
lars 2006-08-18 14:00:49 +00:00
parent 07a63dbd9c
commit a0ce824eb2
3 changed files with 221 additions and 42 deletions

View file

@ -19,8 +19,9 @@ NameDatabase = cryptobox_names.db
[System]
# most actions of the cryptobox are not executed as root - choose a limited
# user here - for now only numeric ids are allowed
# user and group here - for now only numeric ids are allowed
User = 1000
Group = 1000
# where should we mount volumes?
# this directory must be writeable by the cryptobox user (see above)