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

Open bbolt database with file mode 0600 instead of 0666 #545

Merged
merged 2 commits into from
Jul 29, 2023

Commits on Jul 29, 2023

  1. Fix tests to open a bbolt database with file mode:0600 instead of 0666.

    Signed-off-by: Ishan Tyagi <ishantyagi25@gmail.com>
    ishan16696 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c0b6749 View commit details
    Browse the repository at this point in the history
  2. Fix bbolt command-line commands to open a bbolt database with file mo…

    …de:0600 instead of 0666.
    
    Fix bbolt command-line command: compact to open a bbolt database with file mode:0400 instead of 0444
    
    Signed-off-by: Ishan Tyagi <ishantyagi25@gmail.com>
    ishan16696 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    65759b6 View commit details
    Browse the repository at this point in the history