Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: > In my opinion there are just too many potential problems with syscall > wrappers that I fully agree with Robert - they should not be used.
I must fully agree here. I never liked systrace and bashed sysjail really hard because the solution is at the wrong layer where so many assumptions can go wrong. The problem is that we haven't really created a better framework for doing this type of things even though the users obviously seem to think they need it, so they use whatever they can get. One of these days ... //art