From 281be18d77703000322ee1522282d48db91da51d Mon Sep 17 00:00:00 2001 From: Gonzalo Abril Date: Wed, 29 Dec 2021 10:37:19 +0100 Subject: [PATCH 1/2] Add new 4.3.0 wodles/gcloud files to Solaris11 SPEC Issue #1125. --- .../SPECS/template_agent_v4.3.0.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/solaris/solaris11/SPECS/template_agent_v4.3.0.json b/solaris/solaris11/SPECS/template_agent_v4.3.0.json index 80ca6bb159..39c718e312 100644 --- a/solaris/solaris11/SPECS/template_agent_v4.3.0.json +++ b/solaris/solaris11/SPECS/template_agent_v4.3.0.json @@ -1895,6 +1895,46 @@ "type": "file", "user": "root" }, + "/var/ossec/wodles/gcloud/buckets": { + "class": "static", + "group": "wazuh", + "mode": "0750", + "prot": "-rwxr-x---", + "type": "directory", + "user": "root" + }, + "/var/ossec/wodles/gcloud/buckets/access_logs.py": { + "class": "static", + "group": "wazuh", + "mode": "0750", + "prot": "-rwxr-x---", + "type": "file", + "user": "root" + }, + "/var/ossec/wodles/gcloud/buckets/bucket.py": { + "class": "static", + "group": "wazuh", + "mode": "0750", + "prot": "-rwxr-x---", + "type": "file", + "user": "root" + }, + "/var/ossec/wodles/gcloud/pubsub": { + "class": "static", + "group": "wazuh", + "mode": "0750", + "prot": "-rwxr-x---", + "type": "directory", + "user": "root" + }, + "/var/ossec/wodles/gcloud/pubsub/subscriber.py": { + "class": "static", + "group": "wazuh", + "mode": "0750", + "prot": "-rwxr-x---", + "type": "file", + "user": "root" + }, "/var/ossec/wodles/oscap": { "class": "static", "group": "wazuh", From 93a6d55c45a007a8a5006fb7f0705e9481d5c733 Mon Sep 17 00:00:00 2001 From: Gonzalo Abril Date: Wed, 29 Dec 2021 11:08:50 +0100 Subject: [PATCH 2/2] Update changelog (#1125) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66787846b..212bc86e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [v4.3.0] +- Add new GCloud integration files to Solaris 11 [#1126](https://github.com/wazuh/wazuh-packages/pull/1126) - Update SPECS [#689](https://github.com/wazuh/wazuh-packages/pull/689) - Fix `find` error in CentOS 5 building [#888](https://github.com/wazuh/wazuh-packages/pull/888) - Add new SCA files to Solaris 11 [#944](https://github.com/wazuh/wazuh-packages/pull/944)