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

Allow group access to lockfile and fix empty timestamp #562

Merged
merged 5 commits into from
Jul 31, 2020

Commits on Jul 29, 2020

  1. Add 0660 file permissions in greenbone-nvt-sync

    This allows the lockfile to be shared with users in the same group.
    timopollmeier committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    97e051a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Open lockfile for input in greenbone-nvt-sync

    This prevents the content being overwritten if the file is locked.
    timopollmeier committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    7b9b621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172936d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b6cec View commit details
    Browse the repository at this point in the history
  4. Use append mode for lockfile in greenbone-nvt-sync

    Using read mode does not work if the file does not exist.
    timopollmeier committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    5d6fa24 View commit details
    Browse the repository at this point in the history