Last active
July 1, 2018 03:03
-
-
Save kurianbenoy/be5c9e8d81473fa29cbe8cc204364cf9 to your computer and use it in GitHub Desktop.
A restrictive shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
unset COMMANDS | |
unset USERGROUP | |
unset HOMEDIR | |
unset PASSWD | |
unset OPT_RSHELL | |
unset OPT_CHATTR | |
unset test | |
unset verbose | |
unset initialize | |
unset force | |
rbash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment