platform/upstream/nsjail.git
2017-02-13 Robert SwieckiMake it possible to build w/o kafel and nl3 1.3
2017-02-12 Robert Swieckicontain: capabilities
2017-02-11 Robert SwieckiDuplicate logging fd, so it can be used from child...
2017-02-10 Robert Swieckimount: log
2017-02-10 Robert SwieckiInvalid count 2 -> 1
2017-02-09 Robert Swieckinewuidmap: partial revert
2017-02-09 Robert Swieckinewuidmap: missing pid
2017-02-08 Robert Swieckicommon: good types for uids
2017-02-07 Robert SwieckiUid/Gid fix
2017-02-07 Robert SwieckiAllow to specify multiple uid/gid maps
2017-02-07 Robert SwieckiMore debug logging in user.c
2017-02-07 Robert SwieckiInit user-ns setresuid/setresgid before initializing...
2017-01-28 Robert Swieckicmdline: typo
2017-01-23 Robert Swieckikeep_caps: make effective caps eq to permitted
2017-01-20 Robert SwieckiSupport for ambient capabilities
2017-01-18 Robert Swieckiseccomp syscall printing: various formats of /proc...
2017-01-15 Robert SwieckiReadme: TOC
2017-01-15 Robert SwieckiMerge branch 'master' of ssh://github.com/google/nsjail
2017-01-15 Robert SwieckiReadme: example for kafel/seccomp-bpf
2017-01-09 Robert SwieckiRemove bpf-helper as it's not needed since kafel/
2016-12-10 Robert Swieckicmdline: usage
2016-12-10 Robert Swieckicmdline: usage
2016-12-10 Robert Swieckicmdline: use of --chroot
2016-11-20 Robert Swieckisubproc: logging
2016-11-20 Robert Swieckinet: log msg
2016-11-20 Robert SwieckiMakefile: Make it possible to disable kafel and libnl3...
2016-11-03 Robert Swieckisetjmp/longjmp: don't use stack-based jmp_buf, use...
2016-10-21 Robert SwieckiPrint time with INFO
2016-10-18 Robert SwieckiMake it compile w/o libnl3
2016-10-18 Robert SwieckiUse subprocClone instead of syscall(__NR_clone)
2016-10-17 Robert SwieckiComment type + make indent
2016-10-17 Robert SwieckiLess use of USE_KAFEL
2016-10-17 Robert SwieckiMissing USE_KAFEL defines
2016-10-17 Robert Swieckilog: don't print function name with INFO logs
2016-10-17 Robert Swieckisubproc: comments
2016-10-15 Robert SwieckiTypo: subproccloneFunc -> subprocCloneFunc
2016-10-15 Robert SwieckiMake use of subprocClone, plus remove use of syscall...
2016-10-12 Robert SwieckiAllow to use kafel_string
2016-10-12 Robert SwieckiSlight rework of kafel use
2016-10-12 Robert SwieckiUse common subprocSystem for executing commands
2016-10-11 Robert SwieckiMake indent
2016-09-30 robertswieckiMerge pull request #10 from sroettger/pivot_root_only
2016-09-30 Stephen RöttgerDon't mount over / if pivot_root_only is enabled
2016-09-30 Stephen Röttgerremove /old_root on --pivot_root_only
2016-09-30 Stephen RöttgerNew option pivot_root_only to support nested namespaces
2016-09-30 robertswieckiMerge pull request #9 from sroettger/newuidmap
2016-09-30 Stephen RöttgerSupport more complex uid and gid mappings
2016-09-30 robertswieckiMerge pull request #8 from sroettger/no_no_new_privs
2016-09-30 robertswieckiMerge pull request #7 from sroettger/proc_fd_2_fix
2016-09-30 Stephen Röttgernew flag to skip no_new_privs: --disable_no_new_privs
2016-09-30 Jaggerseccomp_policy cmdline
2016-09-29 robertswieckiMerge pull request #6 from happyCoder92/master
2016-09-29 Wiktor GarbaczKafel support
2016-09-24 Stephen RöttgerDon't try to open /proc/self/fd/2 as we might not have...
2016-09-10 JaggerUse O_CLOEXEC when possible to avoid leaking FDs 1.2
2016-08-18 JaggerMake MODE_STANDALONE_ONCE the default mode
2016-08-18 JaggerThe dir must start with '/'
2016-08-18 Robert SwieckiRecursive dir creation
2016-08-16 JaggerDont mount /proc as RO
2016-08-16 JaggerDefault chroot is empty now
2016-08-16 JaggerUse old NULL mount semantics
2016-08-16 Robert SwieckiNames in mount:
2016-08-16 Robert SwieckiDifferent way of mounting things
2016-07-29 Robert SwieckiRemove -fblocks from Makefile
2016-07-29 Robert SwieckiRemove defer{} calls
2016-07-27 Robert SwieckiRemove -lBlocksRuntime
2016-07-22 JaggerConflicting rlim types
2016-07-21 Robert SwieckiMake it a bit more standards friendly
2016-07-21 Robert SwieckiConflicting enum types
2016-06-22 Robert SwieckiDon't restart accept
2016-06-20 JaggerReport failure of setting fcntl(FD_CLOEXEC) as error
2016-06-20 robertswieckiMerge pull request #5 from sandersdan/cgroup_doc_fixes
2016-06-20 Dan SandersMinor cgroup documentation fixes.
2016-06-19 JaggerREADME
2016-06-19 JaggerREADME
2016-06-19 JaggerInit cgroups with -Me
2016-06-19 Jaggercmdline help
2016-06-19 JaggerEnable OOM-killer for cgroups
2016-06-19 JaggerUse cgroups_mem_max to enable memory limits
2016-06-19 JaggerUse fname in cgroups
2016-06-19 JaggerDisable oom_killer
2016-06-19 JaggerRemove cgroup before reporting process being finished
2016-06-19 JaggerInit cgroups from parent
2016-06-19 JaggerCreate sub-cgroups instead of using the parent one
2016-06-19 JaggerMore use examples
2016-06-19 JaggerUnmount cgroup FS after use
2016-06-19 JaggerMore debug for cgroups
2016-06-19 JaggerMore memory cgroup controls
2016-06-19 JaggerRudimentary cgroup support
2016-06-19 JaggerSupport for CLONE_NEWCGROUP
2016-06-18 JaggerUse NULL as src for mounting proc and tmpfs
2016-06-18 Jagger/proc is ro by defauly
2016-06-18 JaggerBetter logging for closing(fd)
2016-06-17 Jaggercmdline typos
2016-06-17 JaggerImplement --pass_fd
2016-06-12 JaggerMake it compile with clang
2016-06-05 JaggerLogs LOG/PLOG
2016-05-15 JaggerLOG->PLOG
2016-05-14 JaggerOrder of includes
2016-05-13 Robert SwieckiMove PID ns to a separate module
next