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

Reduce export file permissions and overwrite it #308

Closed

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    2d2cd94 View commit details
    Browse the repository at this point in the history
  2. Create export files with minimal permissions, readable only by owner

    Export files are now created using a umask of 066 or, for encrypted
    exports in andOTP format, glib's G_FILE_CREATE_PRIVATE flag. The default
    umask is disregarded.
    
    This is intended to reduce the risk of accidental disclosure of secrets on
    multi-user systems.
    hubnut committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    18b59e0 View commit details
    Browse the repository at this point in the history