jail-shell icon indicating copy to clipboard operation
jail-shell copied to clipboard

Jail-shell is a linux security tool mainly using chroot, namespaces technologies, limiting users to perform specific commands, and access sepcific directories.

Results 18 jail-shell issues
Sort by recently updated
recently updated
newest added

Hello What is best way to make a unix socket available inside the jail? To test this I have created a clink to mysql socket, for example: clink /var/run/mysql.sock /var/run/mysql.sock...

Hello, In documentation says users can login through SCP but using default settings or even trying to debug i couldn't get SCP to work. At first i found a few...

Hi Has anyone come across an issue where a jailed user cannot log in. When trying to log in using SSH, I get error about broken pipe. Trying to log...

root@vm:~/jail-shell# make make -C jail-cmd all make[1]: Entering directory '/root/jail-shell/jail-cmd' cc -g -O2 -Werror -Wall -Wstrict-prototypes -fno-omit-frame-pointer -Wstrict-aliasing -c -o jail-cmd.o jail-cmd.c In file included from /usr/include/string.h:495, from jail-cmd.h:10, from...

Is there a way to change the php version jail-shell uses? I tried to change by setting alias php="desired/php/path" in .bashrc and .bash_profile but without success.

I have followed the instructions to to install and jail-shell is compiled and installed. Now when i follow the instructions to create a new user on the system called "tester",...

pam_jail_shell.c:29:34: fatal error: security/pam_modules.h: No such file or directory #include

Do you have any suggestions to make PHP Composer working in the jailed shell? I've tried to clink it, but that's not the way... Generally PHP itself has problem to...

I receive the error below when I try to use nano command inside jailed shell: > Error opening terminal: xterm. Any ideas on how to solve it?

When i enter "make", it gives this error: [root@devloc jail-shell]# make make -C jail-cmd all make[1]: Entering directory '/jail-shell/jail-cmd' cc -g -O2 -Werror -Wall -Wstrict-prototypes -fno-omit-frame-pointer -Wstrict-aliasing -c -o jail-cmd.o...