rbash: remove some restrictions

coverage
sadboyzvone 2017-11-17 16:39:15 +01:00
parent ff781ee8f0
commit 0f1e8052e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +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)...
- Start rbash: