Can someone elaborate on nsjail vs minijail? both seem similar and maintained partially by google.
--
You received this message because you are subscribed to the Google Groups "nsjail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nsjail+un...@googlegroups.com.
To post to this group, send email to nsj...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nsjail/fd8cf165-caa3-4b1f-a54c-6fd0a0795a3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Both are well written projects, use the one you like more and which solves your problem better. nsjail offers probably more options and more expressive seccomp-bpf filters, while minijail has its preload mode.
wt., 26 mar 2019 o 20:12 Yevgeny Pats <yev...@gmail.com> napisał(a):
Can someone elaborate on nsjail vs minijail? both seem similar and maintained partially by google.--
You received this message because you are subscribed to the Google Groups "nsjail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nsj...@googlegroups.com.
To post to this group, send email to nsj...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nsjail/fd8cf165-caa3-4b1f-a54c-6fd0a0795a3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Robert Święcki
The use of LD_PRELOAD is actually troublesome for some of my potential applications.Can you clarify that nsjail does not in fact make use of it?
Minijail also has the -T option which according to the manual can treat all binaries as statically linked thereby disabling preload, are you familiar with that and how reliable it is