From ff781ee8f04fd98a42c1966eb0e4ab8ec7fdfa85 Mon Sep 17 00:00:00 2001 From: sadboyzvone Date: Fri, 17 Nov 2017 16:37:36 +0100 Subject: [PATCH] rbash: put restrictions onto 1 line --- pages/common/rbash.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pages/common/rbash.md b/pages/common/rbash.md index a65ef5235..fa2cb64df 100644 --- a/pages/common/rbash.md +++ b/pages/common/rbash.md @@ -1,14 +1,7 @@ # rbash > Restricted Bash shell. -> Restrictions implemented in rbash. -> The cd command is not allowed. -> PATH and ENV (setting/unsetting). -> Importing function. -> Specifying file name containing argument ‘/’. -> Specifying file name containing argument ‘-‘. -> Redirecting output using ‘>‘, ‘>>‘, ‘>|‘, ‘<>‘, ‘>&‘, ‘&>‘. -> Turning off restriction using ‘set +r‘ or ‘set +o‘. +> Restrictions implemented in rbash: the cd command is not allowed,PATH and ENV (setting/unsetting),importing function,specifying file name containing argument ‘/’,specifying file name containing argument ‘-‘,redirecting output using ‘>‘, ‘>>‘, ‘>|‘, ‘<>‘, ‘>&‘, ‘&>‘,turning off restriction using ‘set +r‘ or ‘set +o‘. - Start rbash: