Is your feature request related to a problem? Please describe.
gocryptfs doesn't support multiple passwords for the same directory except for using copies of the config file. However only the config file with the default config file CIPHERDIR/gocryptfs.conf currently can be used with gocryptfs.
Describe the solution you'd like
Please add a per-vault optional property user mount options (or similar) where any additional mount options could be specified (e.g. in mount-compatible comma separated syntax).
Additional context
I could imagine more use cases with gocryptfs:
- Specifying
reverse option to get an encrypted view of a plain text directory, possibly with exclude patterns
- Specifying security flags (
suid/nosuid, exec/noexec, dev/nodev)
- Mounting over
nonempty directories
- Specifying
sharedstorage in multi-user shared directories or on synced/cloud directories
I guess that also the other backends would benefit.
Is your feature request related to a problem? Please describe.
gocryptfs doesn't support multiple passwords for the same directory except for using copies of the config file. However only the config file with the default config file
CIPHERDIR/gocryptfs.confcurrently can be used with gocryptfs.Describe the solution you'd like
Please add a per-vault optional property
user mount options(or similar) where any additional mount options could be specified (e.g. in mount-compatible comma separated syntax).Additional context
I could imagine more use cases with gocryptfs:
reverseoption to get an encrypted view of a plain text directory, possibly with exclude patternssuid/nosuid,exec/noexec,dev/nodev)nonemptydirectoriessharedstoragein multi-user shared directories or on synced/cloud directoriesI guess that also the other backends would benefit.