Skip to content

Commit

Permalink
Add wazuh-keystore tool at manager (deb, rpm) (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrauncieal committed Jan 31, 2024
1 parent 0bdc5d8 commit 98485fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpms/SPECS/wazuh-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ rm -fr %{buildroot}
%attr(750, root, root) %{_localstatedir}/bin/wazuh-db
%attr(750, root, root) %{_localstatedir}/bin/wazuh-modulesd
%attr(750, root, wazuh) %{_localstatedir}/bin/rbac_control
%attr(750, root, wazuh) %{_localstatedir}/bin/wazuh-keystore
%dir %attr(770, wazuh, wazuh) %{_localstatedir}/etc
%attr(660, root, wazuh) %config(noreplace) %{_localstatedir}/etc/ossec.conf
%attr(640, root, wazuh) %config(noreplace) %{_localstatedir}/etc/client.keys
Expand Down Expand Up @@ -755,6 +756,7 @@ rm -fr %{buildroot}
%dir %attr(770, wazuh, wazuh) %{_localstatedir}/queue/indexer
%dir %attr(770, wazuh, wazuh) %{_localstatedir}/queue/router
%dir %attr(750, wazuh, wazuh) %{_localstatedir}/queue/logcollector
%dir %attr(750, wazuh, wazuh) %{_localstatedir}/queue/keystore
%dir %attr(750, root, wazuh) %{_localstatedir}/ruleset
%dir %attr(750, root, wazuh) %{_localstatedir}/ruleset/sca
%dir %attr(750, root, wazuh) %{_localstatedir}/ruleset/decoders
Expand Down

0 comments on commit 98485fa

Please sign in to comment.