summaryrefslogtreecommitdiff
path: root/lib/supple/sandbox.lua
Commit message (Expand)AuthorAgeFilesLines
* SUPPLE: Lots of diagnosis stuffDaniel Silverstone2012-08-121-0/+2
* SANDBOX: Ensure the first wrappered load is direct and the rest are wrapperedDaniel Silverstone2012-08-081-2/+9
* SANDBOX: Ensure we use the same globals for every loadstringDaniel Silverstone2012-08-081-5/+3
* SANDBOX: Wrapper unpack() so it works transparentlyDaniel Silverstone2012-08-051-1/+14
* SANDBOX: Use the CAPI variants of ipairs,pairs,next for transparent proxy beh...Daniel Silverstone2012-08-051-1/+4
* SUPPLE: If we're on Linux we can lock ourselves down into seccomp mode 1 with...Daniel Silverstone2012-08-041-6/+4
* SUPPLE: Basic instruction count and/or memory consumption limits for the sandboxDaniel Silverstone2012-08-041-10/+17
* SUPPLE: Better support for error messages, show them in the exampleDaniel Silverstone2012-08-041-1/+1
* SUPPLE: Ensure clean_down happens on both endsDaniel Silverstone2012-08-031-0/+1
* SUPPLE: Everything to get basic sandboxing workingDaniel Silverstone2012-07-291-17/+27
* SANDBOX: Enough sandboxing to get us further. Testing the wrapper is hardDaniel Silverstone2012-07-291-0/+128