From eb10fcc5dc976f9103b931b5d0eee49ebe8bc477 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 2 Jul 2015 16:34:39 +0200 Subject: [PATCH] Removed mysql permissions from obackup --- ssh_filter.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ssh_filter.sh b/ssh_filter.sh index 424c1c5..2b5bf45 100755 --- a/ssh_filter.sh +++ b/ssh_filter.sh @@ -1,6 +1,6 @@ #!/bin/bash -##### Obackup & Osync ssh command filter build 2408201301 +##### Osync ssh command filter build 2015070201 ##### This script should be located in /usr/local/bin in the remote system to sync / backup ##### It will filter the commands that can be run remotely via ssh. ##### Please chmod 755 and chown root:root this file @@ -33,10 +33,6 @@ function Go case ${SSH_ORIGINAL_COMMAND%% *} in "$RSYNC_EXECUTABLE") Go ;; - "mysqldump") - Go ;; - "mysql") - Go ;; "echo") Go ;; "find")