Skip to content

Commit

Permalink
Apply correct file permissions to the wazuh-template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jan 18, 2024
1 parent 80772be commit 8db4447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/packages/src/deb/debmake_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ chmod -c 0755 "${buildroot}${product_dir}"/bin/*
if [ -d "${buildroot}${product_dir}"/plugins/opensearch-security ]; then
chmod -c 0755 "${buildroot}${product_dir}"/plugins/opensearch-security/tools/*
fi
chmod -c 660 "${buildroot}${config_dir}"/wazuh-template.json

# Change Permissions
chmod -Rf a+rX,u+w,g-w,o-w "${buildroot}"/*
chmod -c 660 "${buildroot}${config_dir}"/wazuh-template.json

exit 0

0 comments on commit 8db4447

Please sign in to comment.