From 995466a0e37105ef1ae1f3bc04ce6763da69ef4e Mon Sep 17 00:00:00 2001 From: Hare Sudhan Muthusamy Date: Wed, 7 Oct 2020 02:52:19 -0600 Subject: [PATCH] Changing elevation_required value. --- atomics/T1098.004/T1098.004.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1098.004/T1098.004.yaml b/atomics/T1098.004/T1098.004.yaml index f8256cd3..96e448b9 100644 --- a/atomics/T1098.004/T1098.004.yaml +++ b/atomics/T1098.004/T1098.004.yaml @@ -12,8 +12,8 @@ atomic_tests: - linux executor: name: sh - elevation_required: true + elevation_required: false command: | if [ -f ~/.ssh/authorized_keys ]; then ssh_authorized_keys=$(cat ~/.ssh/authorized_keys); echo $ssh_authorized_keys > ~/.ssh/authorized_keys; fi; cleanup_command: | - unset ssh_authorized_keys \ No newline at end of file + unset ssh_authorized_keys