-
Notifications
You must be signed in to change notification settings - Fork 46
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
Provide method for sharing logs #529
Comments
I think we’d want to add a command in dom0 that would tar up and encrypt the logs to FPF's communications key (analogous to the existing The change in #533 to add |
Other stuff to consider based on support experiences:
If we don't want to do that last point, adding an |
This was partially addressed via #533, which enables users to copy files from |
This would be a requirement for broader adoption- adding a |
Since all of our support during the SecureDrop Workstation pilot is remote, it's important that we have an agreed upon methods for sharing logs. Methods that will currently work:
dom0
using verbose--pass-io
commands, then copying from theresd-log
VMMethods that currently don't work:
sd-log
(restricted by us)Let's discuss if loosening any of those restrictions is appropriate, if any other methods make sense, or if not, which of the working methods we want to recommend for now.
The text was updated successfully, but these errors were encountered: