Should quote params for rbashrun
This commit is contained in:
@@ -186,7 +186,7 @@ function rbash_run {
|
||||
__cryptd "$__CFILE" "$TMPFILE"
|
||||
|
||||
chmod 700 "$TMPFILE"
|
||||
"$TMPFILE" $@
|
||||
"$TMPFILE" "$@"
|
||||
rm "$TMPFILE"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user