forked from wazuh/wazuh-docker
39 lines
677 B
YAML
39 lines
677 B
YAML
file:
|
|
/var/ossec/bin/wazuh-control:
|
|
exists: true
|
|
mode: "0750"
|
|
owner: root
|
|
group: root
|
|
filetype: file
|
|
contains: []
|
|
/var/ossec/etc/ossec.conf:
|
|
exists: true
|
|
mode: "0660"
|
|
owner: root
|
|
group: wazuh
|
|
filetype: file
|
|
contains: []
|
|
/var/ossec/etc/sslmanager.cert:
|
|
exists: true
|
|
mode: "0644"
|
|
owner: root
|
|
group: root
|
|
filetype: file
|
|
contains: []
|
|
/var/ossec/etc/sslmanager.key:
|
|
exists: true
|
|
mode: "0600"
|
|
owner: root
|
|
group: root
|
|
filetype: file
|
|
contains: []
|
|
user:
|
|
wazuh:
|
|
exists: true
|
|
groups:
|
|
- wazuh
|
|
home: /var/ossec
|
|
shell: /sbin/nologin
|
|
group:
|
|
wazuh:
|
|
exists: true |