diff --git a/CHANGELOG.md b/CHANGELOG.md index 212404b7..301717a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Order of service health state - Starting a node didn't start the services on it - Fixed an issue where the services were still able to run even though the node the service is installed on is turned off -- Deprecated the use of NODE_FILE_CHECKHASH and NODE_FOLDER_CHECKHASH in the current release. +- The use of NODE_FILE_CHECKHASH and NODE_FOLDER_CHECKHASH in the current release is marked as 'Not Implemented'. ### Added diff --git a/src/primaite/config/_package_data/data_manipulation.yaml b/src/primaite/config/_package_data/data_manipulation.yaml index 8c365320..8b7e07f4 100644 --- a/src/primaite/config/_package_data/data_manipulation.yaml +++ b/src/primaite/config/_package_data/data_manipulation.yaml @@ -2,7 +2,7 @@ io_settings: save_agent_actions: true save_step_metadata: false save_pcap_logs: false - save_sys_logs: false + save_sys_logs: true game: @@ -312,7 +312,7 @@ agents: folder_id: 0 file_id: 0 10: - action: "NODE_FILE_SCAN" # CHECKHASH replaced by SCAN - but the behaviour is the same in this context. + action: "NODE_FILE_CHECKHASH" # CHECKHASH replaced by SCAN - but the behaviour is the same in this context. options: node_id: 2 folder_id: 0 @@ -340,7 +340,7 @@ agents: node_id: 2 folder_id: 0 15: - action: "NODE_FOLDER_SCAN" # CHECKHASH replaced by SCAN - but the behaviour is the same in this context. + action: "NODE_FOLDER_CHECKHASH" # CHECKHASH replaced by SCAN - but the behaviour is the same in this context. options: node_id: 2 folder_id: 0