From c0ce2c7a82b0e6208568f311ce1c1009c3c2828d Mon Sep 17 00:00:00 2001 From: liorf <108405285+liorfigman@users.noreply.github.com> Date: Sat, 13 Jul 2024 03:10:01 +0300 Subject: [PATCH] Update T1070.002.yaml (#2847) Co-authored-by: Hare Sudhan --- atomics/T1070.002/T1070.002.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/atomics/T1070.002/T1070.002.yaml b/atomics/T1070.002/T1070.002.yaml index 9e4774792e..78bc6325f0 100644 --- a/atomics/T1070.002/T1070.002.yaml +++ b/atomics/T1070.002/T1070.002.yaml @@ -59,7 +59,7 @@ atomic_tests: - name: Truncate system log files via truncate utility auto_generated_guid: 6290f8a8-8ee9-4661-b9cf-390031bf6973 description: | - This test truncates the system log files using the truncate utility with (-s 0 or --size=0) parameter which sets file size to zero, thus emptying the file content + This test truncates the system log files using the truncate utility with (-s 0) parameter which sets file size to zero, thus emptying the file content supported_platforms: - macos input_arguments: @@ -78,7 +78,6 @@ atomic_tests: executor: command: | sudo truncate -s 0 #{system_log_path} #size parameter shorthand - sudo truncate --size=0 #{system_log_path} #size parameter name: sh elevation_required: true - name: Truncate system log files via truncate utility (freebsd)