From ac2586bc6471a141203e21ec3bfe97bfbcad6672 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 8 Jan 2021 01:39:42 +0200 Subject: T671: remove apparently unused scripts. --- scripts/restricted-shell | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 scripts/restricted-shell (limited to 'scripts/restricted-shell') diff --git a/scripts/restricted-shell b/scripts/restricted-shell deleted file mode 100755 index ffcbb53b..00000000 --- a/scripts/restricted-shell +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ $# != 0 ]; then - echo "Remote command execution is not allowed for operator level users" - args=($@) - args_str=$(IFS=" " ; echo "${args[*]}") - logger "Operator level user $USER attempted remote command execution: $args_str" - exit 1 -fi - -exec vbash -- cgit v1.2.3