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

Change package scaffolding for wazuh-agent #242

Open
2 tasks
vikman90 opened this issue Oct 25, 2024 · 1 comment
Open
2 tasks

Change package scaffolding for wazuh-agent #242

vikman90 opened this issue Oct 25, 2024 · 1 comment
Assignees
Labels
level/task Task issue module/packages Agent packages phase/mvp Minimum Viable Product type/enhancement Enhancement issue

Comments

@vikman90
Copy link
Member

We need to set the following destination folders in the Linux package:

  • /usr/share/wazuh-agent/bin
    Executable files.
  • /usr/share/wazuh-agent/lib
    Internal libraries (if needed).
  • /etc/wazuh-agent/
    Configuration file (wazuh.conf).
  • /var/lib/wazuh-agent/
    Databases and files which may change.

Apply the changes above for the packages:

  • DEB
  • RPM
@vikman90 vikman90 added level/task Task issue type/enhancement Enhancement issue phase/mvp Minimum Viable Product module/packages Agent packages labels Oct 25, 2024
@MarcelKemp
Copy link
Member

MarcelKemp commented Oct 25, 2024

Update

Changes applied in the following branch: change/242-package-scaffolding.

  • Problem: It's causing an error because the binary can't find the libraries (libdbsync), due to the path change.
    On Monday I will continue and discuss the possibilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue module/packages Agent packages phase/mvp Minimum Viable Product type/enhancement Enhancement issue
Projects
Status: In progress
Development

No branches or pull requests

2 participants