Updated file permissions to have the same permissions as in package installation in Wazuh indexer

This commit is contained in:
c-bordon
2023-10-04 09:36:08 -03:00
parent c3c8ea3d02
commit a2ee29bfd3

View File

@@ -144,10 +144,3 @@ find ${TARGET_DIR} -type f -perm 644 -exec chmod 640 {} \;
find ${TARGET_DIR} -type f -perm 664 -exec chmod 660 {} \;
find ${TARGET_DIR} -type f -perm 755 -exec chmod 750 {} \;
find ${TARGET_DIR} -type f -perm 744 -exec chmod 740 {} \;
# Fix OpenSearch security plugin permissions
chown ${USER}:${GROUP} ${TARGET_DIR}${INSTALLATION_DIR}/opensearch-security/internal_users.yml
chown ${USER}:${GROUP} ${TARGET_DIR}${CONFIG_DIR}/opensearch.yml
chmod 0600 ${TARGET_DIR}${CONFIG_DIR}/opensearch.yml
chmod 0600 ${TARGET_DIR}${INSTALLATION_DIR}/opensearch-security/internal_users.yml