Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Use better defaults for file paths and permissions (backport #429) #430

Merged
merged 4 commits into from
Aug 12, 2021

Commits on Jul 1, 2021

  1. Use better defaults for file paths and permissions

    * /var/run is just a symlink to /run nowadays.
    * Allow user and group to access to socket by default. This allows for
      querying data from osp in a multi-user setup more easily.
    * Move pid file within /run/ospd
    * There is no /usr/var directory by default. Therefore change the path
      to the certs to something that makes sense
    
    (cherry picked from commit 64571cb)
    bjoernricks authored and mergify-bot committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    062abc9 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    (cherry picked from commit 352d01e)
    
    # Conflicts:
    #	CHANGELOG.md
    bjoernricks authored and mergify-bot committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    f91aaad View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    3d7ab0d View commit details
    Browse the repository at this point in the history
  2. Fix conflict in changelog

    jjnicola committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    71f08ad View commit details
    Browse the repository at this point in the history