Fix file owners on Goss test

This commit is contained in:
Victor Carlos Erenu
2026-05-13 01:53:16 +07:00
parent 388b2c2225
commit 550d183a1d
+3 -3
View File
@@ -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: []