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

FIX: intelmqsetup - never take ownership of / #2355

Merged
merged 2 commits into from
May 8, 2023

Commits on Apr 25, 2023

  1. FIX: intelmqsetup - never take ownership of /

    The tool intelmqsetup wants to change the owner ROOT_DIR path.
    If instructed to install IntelMQ in LSB-style paths, it's set
    to the '/' resulting in changing the owner of system root to
    intelmq.
    
    This case is rare to happen (requires explixitly set INTELMQ_PATHS_NO_OPT
    variable and using PIP package or directly the source code,
    as the native package doesn't contain intelmqsetup), but it's
    still potentially dangerous and can cause the system degradation
    (e.g. prevents systemd-tmpfiles from working correctly).
    
    Fixes: certtools#2354
    kamil-certat committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0e69f75 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Update CHANGELOG.md

    Co-authored-by: Sebastian <[email protected]>
    kamil-certat and sebix committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3bf45c9 View commit details
    Browse the repository at this point in the history