-
Notifications
You must be signed in to change notification settings - Fork 30
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
Temp files should be in tmpfs #41
Comments
You are right. But I would not like to add one more dependency. For example, |
I don't think the In the backend, if we don't want to add more dependency, I would say we could try either |
I thought it best to leave it as is.
So adding an optional argument for destination path as I mentioned above, is a best choice. |
I don't think
Indeed and it is a good reason why they do so. Various other components use it, e.g. here is another snapshot of mine: $ ls /run/user/${UID}/doc/by-app/
chat.schildi.desktop com.slack.Slack org.zulip.Zulip us.zoom.Zoom You can find attachment files in there for example. Granted there is a limitation of the size allocated, but you should not have GBs of attachment files.
The issue that can be mitigated is when the drives are extracted and re-mounted, e.g. the drives are sold after hardware upgrade. In this case you can trivially get root access and read any files. That would not be the case for the ram mounted There are of course more complicated setups, e.g. in HPC I think it would be a good practice default to set it to some |
This one is actually important. If the power is cut and the drive is accessed by a different OS, then the attachments become exposed. Maybe
memory-tempfile
would be useful here.ansible-keepass/plugins/lookup/keepass.py
Line 349 in 237f3a0
The text was updated successfully, but these errors were encountered: