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