Miguel Verdaguer Velázquez
Miguel Verdaguer Velázquez
The changes proposed in the last comment have been done in branch [`1917-improve-login-item-Macos-Ventura`](https://github.com/wazuh/wazuh-packages/tree/1917-improve-login-item-Macos-Ventura/macos), and tried to make a package with them, but script `generate-wazuh-package.sh` fails with error: ``` ec2-user@ip-172-31-43-156 macos...
Still testing to create a package with a correct way to create the Login Items using MacOS Ventura, the first error has been: ``` cd data_provider/ && mkdir -p build...
After lots of tests and solving each new error one by one a package has been finally created with the changes in the Login Item installation and now the are...
After removing the call the file `darwin-init.sh`, only the files defined inside the package and thus signed are placed in folder `/Library/StartupItems`. Even with that, the package is still shown...
On hold for: https://github.com/wazuh/wazuh-packages/issues/1973
Since the last commentary, it has been on hold for #1965 #1969 and #1984 but it is now back on progress
On hold by: https://developer.apple.com/forums/thread/721918
A rebase has been done to version `4.5.0` and some problems have arisen. When trying to create a package using the Jenkins pipeline, an error has appeared: https://ci.wazuh.info/job/Packages_builder_macos/8333/consoleFull: ``` 17:37:44...
After fixing the macOS SPECS file (`wazuh-agent.pkgproj`) a package has been able to be generated. The problem was some lines had gone missing with the merge. When creating the package...
To try and get why the file wasn't being signed, various debug methods were tried: ``` set -x codesign -f --sign "${CERT_APPLICATION_ID}" --entitlements "${ENTITLEMENTS_PATH}" --timestamp --options=runtime --verbose "${LOGIN_ITEM_PATH}/Wazuh" && echo...