Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gopass edit should create an in-memory temporary directory on macOS #29

Closed
isaacazuelos opened this issue Feb 4, 2017 · 1 comment
Closed
Assignees
Labels
feature Enhancements and new features

Comments

@isaacazuelos
Copy link

MacOS doesn't have a /dev/shm directory so gopass falls back to ioutil.TempDir which will write plaintext to the disk. pass does a lot of work on darwin to avoid this.

@dominikschulz
Copy link
Member

Good one. Since my primary platform is linux I didn't notice that so far. We'll look into that.

@dominikschulz dominikschulz added the feature Enhancements and new features label Feb 4, 2017
@metalmatze metalmatze added this to the 1.1.0 milestone Feb 4, 2017
@dominikschulz dominikschulz modified the milestones: 1.x.x, 1.1.0 May 17, 2017
@dominikschulz dominikschulz self-assigned this Jun 16, 2017
dominikschulz referenced this issue in dominikschulz/gopass Jun 16, 2017
@dominikschulz dominikschulz modified the milestones: 1.2.0, 1.x.x Jun 16, 2017
dominikschulz referenced this issue in dominikschulz/gopass Jun 16, 2017
dominikschulz referenced this issue in dominikschulz/gopass Jun 17, 2017
dominikschulz added a commit that referenced this issue Jun 18, 2017
* Create secure in-memory directory on macOS

Fixes #29

* Vendor github.com/cenkalti/backoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Enhancements and new features
Projects
None yet
Development

No branches or pull requests

3 participants