Skip to content

Support for user mount options #87

@stephanritscher

Description

@stephanritscher

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions