Skip to content

Conversation

@isbm
Copy link
Member

@isbm isbm commented Feb 10, 2025

  • Add file plugin to create/delete/copy files.
  • Update openssl to 0.10.70 (CVE)
  • Add minion configuration proxypass to all Python stack and generic modules

Python stack can now import minion's config the following way:

from syscore import MinionConfig

def main(*opts, **args):
    cfg = MinionConfig()
    print(cfg.master_addr())

    return "{}"

Generic module has a key "config in the JSON with the (re)defined options.
For other options use libsysinspect defaults.

Resolves #65

@isbm isbm added documentation Improvements or additions to documentation feature New feature or request labels Feb 10, 2025
@isbm isbm self-assigned this Feb 10, 2025
@isbm isbm marked this pull request as ready for review February 13, 2025 14:14
@isbm isbm merged commit 0ea1c99 into master Feb 13, 2025
3 checks passed
@isbm isbm deleted the isbm-file-plugin branch February 13, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add file module

2 participants