forked from wazuh/wazuh-docker
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a4e880b81 | ||
|
|
550d183a1d |
+3
-3
@@ -2,14 +2,14 @@ file:
|
|||||||
/var/wazuh-manager/bin/wazuh-manager-control:
|
/var/wazuh-manager/bin/wazuh-manager-control:
|
||||||
exists: true
|
exists: true
|
||||||
mode: "0750"
|
mode: "0750"
|
||||||
owner: root
|
owner: wazuh-manager
|
||||||
group: root
|
group: wazuh-manager
|
||||||
filetype: file
|
filetype: file
|
||||||
contains: []
|
contains: []
|
||||||
/var/wazuh-manager/etc/wazuh-manager.conf:
|
/var/wazuh-manager/etc/wazuh-manager.conf:
|
||||||
exists: true
|
exists: true
|
||||||
mode: "0660"
|
mode: "0660"
|
||||||
owner: root
|
owner: wazuh-manager
|
||||||
group: wazuh-manager
|
group: wazuh-manager
|
||||||
filetype: file
|
filetype: file
|
||||||
contains: []
|
contains: []
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Change file owners on Goss test ([#2395](https://github.com/wazuh/wazuh-docker/pull/2395))
|
||||||
- Add Wazuh indexer engine start on entrypoint ([#2390](https://github.com/wazuh/wazuh-docker/pull/2390))
|
- Add Wazuh indexer engine start on entrypoint ([#2390](https://github.com/wazuh/wazuh-docker/pull/2390))
|
||||||
- Image build process update ([#2358](https://github.com/wazuh/wazuh-docker/pull/2358))
|
- Image build process update ([#2358](https://github.com/wazuh/wazuh-docker/pull/2358))
|
||||||
- Add new path on artifact_urls file ([#2344](https://github.com/wazuh/wazuh-docker/pull/2344))
|
- Add new path on artifact_urls file ([#2344](https://github.com/wazuh/wazuh-docker/pull/2344))
|
||||||
|
|||||||
Reference in New Issue
Block a user