Ariel M. Martin
Ariel M. Martin
Gathering knowledge and replicating issue in local environment
- _Identified probable cause of the issue:_ files are inheriting folder's permissions at the time they are created. Folder permissions are being set in the last moment before finishing the...
## Implemented solution: Modified InstallerScripts.vbs and wazuh-installer.wxs. - Added a custom function that sets file permissions. - Added function SetPermissions() to InstallerScripts.vbs. This function enables inheritance for the installation folder...
Today we had this input from a user in a [community](https://github.com/wazuh/community/issues/32364): ``` I'd like to point out a change in the Windows agent deployment command. The environment variable used is...
VM requested in [https://github.com/wazuh/internal-devel-requests/issues/1031](https://github.com/wazuh/internal-devel-requests/issues/1031) is ready. Analizing changes needed to github workflow.
Blocked by [https://github.com/wazuh/internal-devel-requests/issues/1004](https://github.com/wazuh/internal-devel-requests/issues/1004)
Replicated previous test: ### 1. Cloned wazuh/wazuh repository: - git clone https://github.com/wazuh/wazuh.git - checkout enhancement/9913..epic ### 2. Installed dependencies: - Docker: https://documentation.wazuh.com/current/deployment-options/docker/docker-installation.html - Gcc, Cmake, etc: https://documentation.wazuh.com/current/deployment-options/wazuh-from-sources/wazuh-server/index.html ### 3. Generated...
Link to successful workflow run: [https://github.com/wazuh/wazuh/actions/runs/9367995708](https://github.com/wazuh/wazuh/actions/runs/9367995708)
Redhat based distros do not generate core dump when a process is killed using the kill command. To achieve the desired result we leveraged a recently discovered bug described in...
In CentOS core dumps are not generated by kill -9 commands but are generated for kill -11, making it unnecessary to use an existing but like the one mentioned in...