Hi Guys, I have on my webserver a Multi-User App each user can use a app **MY ISSUE** if I create a shell account with Jailkit this Multi-User App doesn't work If I create a NONE Jailkit shell account this Multi-User App works anybody has a idea 'cause this happened thanks anyway, S
If do you mean for 'multiuser shell app' an app available for all user like 'git' or 'curl' yes is a 'multiuser shell app' The app that I want available for all Jailkit shell user is call TRUN to work TRUN need that I add every user at the 'trun' group vi /etc/group but when I acces to the Jaikit user and I use the TRUN command broncossh2@myweb$ trun -v bash: trun: command not found NOTE: If I active a NONE Jailkit shell user 'trun' works I don't know if the follow file is useful vi /etc/passwd thanks, S
Ok. The purpose of a jail is that a user can run only applications which are in his jail, so no globally installed app is available in the jail as thats the purpose of the jail, so your system is working correctly. You can add applications to the jail by adding its configuration to jailkit (see settings in system > serverconfig > jailkit) and the jailkit documentation http://olivier.sessink.nl/jailkit/. Please be aware that a jail is only created once when the first jailkit user is added to a new website, so the modifications that you do in the jailkit configuration will only affect new websites.
thank for your answer BUT even if trough 'system > serverconfig > jailkit' panel I add 'trun' app in the field 'Jailkit chroot app sections' AND I add the interpreter '/usr/bin/trun' in the field 'Jailkit chrooted applications' Yet it doesn't work (ISPConfig 3 is installed in a Debian Webserver) ****I try with another app like 'ping' and in this case everything work**** MY QUESTION I hope that the 'trun' interpreter works but my question is can I add the app editing the following file? following the HOW TO the 'http://olivier.sessink.nl/jailkit/' documentation? thank you in advance, S