diff options
| author | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2026-01-06 05:37:20 +0000 |
|---|---|---|
| committer | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2026-01-06 23:54:43 +0000 |
| commit | c74ab75450040f0367851979ff46cd64d74d6a1f (patch) | |
| tree | d04794d079c5eb38446a5e2b1adc070ff30a7e80 | |
| parent | a5d1751b218be2d18bf46fbd1caba97e6d08cbe8 (diff) | |
security/wazuh-agent: Fix permission denied error for etc/client.keys
wazuh-agentd: ERROR: (1103): Could not open file 'etc/client.keys' due to [(13)-(Permission denied)].
Approved by: acm@
| -rw-r--r-- | security/wazuh-agent/Makefile | 2 | ||||
| -rw-r--r-- | security/wazuh-agent/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/wazuh-agent/Makefile b/security/wazuh-agent/Makefile index b3a01c28f3dc..7f9e53c8bd5d 100644 --- a/security/wazuh-agent/Makefile +++ b/security/wazuh-agent/Makefile @@ -1,7 +1,7 @@ PORTNAME= wazuh DISTVERSION= 4.14.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://packages.wazuh.com/deps/47/libraries/sources/:wazuh_sources PKGNAMESUFFIX= -agent diff --git a/security/wazuh-agent/pkg-plist b/security/wazuh-agent/pkg-plist index e9c7b5c566ad..70052fd247d6 100644 --- a/security/wazuh-agent/pkg-plist +++ b/security/wazuh-agent/pkg-plist @@ -41,7 +41,7 @@ /var/ossec/bin/wazuh-modulesd /var/ossec/bin/wazuh-syscheckd @mode 640 -@owner root +@owner wazuh @group wazuh @sample /var/ossec/etc/client.keys.sample /var/ossec/etc/internal_options.conf |
