0
votes
0answers
100 views

Mono C# Runtime and dependencies in chroot

I am trying to run C# executables in a chroot but I can't find a way to do so. Inside the chroot, besides my executable, I have copied the following inside my jail /bin/sh /bin/bash /usr/bin/mono ...
1
vote
1answer
180 views

Libraries used by C# executables

I am having a problem when I try to run C# executables (compiled with mono C# compiler at 10.10 server) inside a chroot jail. In order to run the executable inside the jail I need to include the ...