Skip to content

Commit

Permalink
Set 750 permissions for agentless dir
Browse files Browse the repository at this point in the history
  • Loading branch information
xr09 committed Jun 1, 2020
1 parent 54c5c64 commit 489bd01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wazuh/config/00-wazuh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ sed -i 's/<node_name>to_be_replaced_by_hostname<\/node_name>/<node_name>'"${HOST
trap "ossec_shutdown; exit" SIGINT SIGTERM

chmod -R g+rw ${DATA_PATH}
chmod 750 /var/ossec/agentless/*

##############################################################################
# Interpret any passed arguments (via docker command to this entrypoint) as
Expand Down

0 comments on commit 489bd01

Please sign in to comment.