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

Changed defaults for installation locations #826

Merged
merged 2 commits into from
Aug 5, 2021

Commits on Aug 5, 2021

  1. Changed defaults for installation locations

    * SYSCONFDIR is /etc by default now
    * LOCALSTATEDIR is /var by default now
    * OPENVAS_RUN_DIR is /run/ospd by default now
    * OPENVAS_FEED_LOOK_PATH is /var/lib/openvas/feed-update.lock by default
      now
    
    /run/ospd is used because normally openvas is started from ospd-openvas
    which by default uses the /run/ospd path in the systemd service file.
    This ensures that the directory for the OPENVAS_RUN_DIR exists at
    runtime.
    
    /var/lib/openvas/feed-update.lock is used because the sync scripts may
    be started when the services are stopped an /run/ospd (or an other
    directory in /run) is not available anymore.
    bjoernricks committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    adc9fec View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    bjoernricks committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    661c372 View commit details
    Browse the repository at this point in the history