feat: add crypt4ghfs-rust
This commit is contained in:
19
__fs/crypt4ghfs-rust/tests/configs/fs.conf
Normal file
19
__fs/crypt4ghfs-rust/tests/configs/fs.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
[DEFAULT]
|
||||
extensions = ["c4gh"]
|
||||
|
||||
[LOGGER]
|
||||
use_syslog = false
|
||||
log_level = "DEBUG"
|
||||
log_facility = "local2"
|
||||
|
||||
[FUSE]
|
||||
options= ["ro", "default_permissions", "allow_other", "auto_unmount"]
|
||||
rootdir="tests/rootdir"
|
||||
|
||||
[CRYPT4GH]
|
||||
recipients = ["tests/keys/bob.pub"]
|
||||
include_crypt4gh_log = true
|
||||
include_myself_as_recipient = true
|
||||
|
||||
# The decryption key
|
||||
seckey = "tests/keys/bob.sec"
|
||||
Reference in New Issue
Block a user