syncrypt / client

Syncrypt command line client and sync daemon
https://syncrypt.space
GNU General Public License v3.0
11 stars 1 forks source link

Syncrypt daemon allows "." as vault path in global config #11

Closed bakkdoor closed 8 years ago

bakkdoor commented 8 years ago

I've run into issues where somehow a path with value "." is stored in the global config's vault list used by the daemon. This causes errors since "." isn't an absolute path. We should only allow absolute paths in the global syncrypt config's vault list.