projects
/
platform
/
upstream
/
nsjail.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/nsjail.git
2017-10-08
Robert Swiecki
subproc: print si->si_syscall
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
mount: don't R/O remount mounts which were not mounted...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
common: less const argv
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
make indent
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline: use mountAddMountPt in the remaining calls
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline/mount: mount proc at the beginning
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline: use soft/hard literals instead of def/max...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline: missing flags for --chroot mount point
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline: use mountAddMountPt instead of adding structs...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline: better errors for setting rlimits
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline: 'inf' for rlimits
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline: descriptions of flags
commit
|
commitdiff
|
tree
|
snapshot
2017-10-07
Robert Swiecki
cmdline: implement --really_quiet option
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Robert Swiecki
config: make argv static to avoid using heap
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Robert Swiecki
config: make config static so we can get rid of strdup()
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Robert Swiecki
config.proto: comments
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Robert Swiecki
config: indent
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Robert Swiecki
config: allow to use soft/hard/inf limits for rlimits
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Robert Swiecki
pid: comment on the ns-init process
commit
|
commitdiff
|
tree
|
snapshot
2017-10-03
Robert Swiecki
mount: realpath is not needed as mount will realpath...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
.gitignore: ignore config.pb.*
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
contain: remove unnecessary includes
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
user: comments
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
user: log message
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
user: simplify login when running with --disable_clonew...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
user: more comments
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
caps: more comments
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
mount: print error when --disable_clone_newns is used...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
caps: call prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_A...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
Allow for running with --disable_newuser started as...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
mount: allow to use --disable_newuser for root users
commit
|
commitdiff
|
tree
|
snapshot
2017-10-01
Robert Swiecki
mount: remount / as private before doing any new mounts
commit
|
commitdiff
|
tree
|
snapshot
2017-09-30
Robert Swiecki
Makefile: correct proto dep, plus some comments in...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
caps: define CAP_AUDIT_READ if not defined
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
caps: missing static function declarator
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
caps: refactor the code to make it readable for the...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
cap: Don't use -libcap anymore, as it had problems...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
cmdline: various fixes of descriptions
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
caps: dont' throw warning if CAP_AUDIT_READ is not...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
cmdline: correct description for rlimit_ values
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
contain: use setrlimit64 instead of syscall(__NR_prlimit64)
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
robertswiecki
Merge pull request #46 from ebadi/master
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Hamid Ebadi
rlimit64 to getrlimit64
commit
|
commitdiff
|
tree
|
snapshot
2017-09-29
Robert Swiecki
Make it compile (maybe) under uClibc
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Robert Swiecki
configs: format seccomp policies
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Robert Swiecki
config: make defaults work correctly
1.8
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Robert Swiecki
readme: better cmd-line for docker
commit
|
commitdiff
|
tree
|
snapshot
2017-09-27
Robert Swiecki
Dockerfile: make it compile with new c++ libprotobuf
commit
|
commitdiff
|
tree
|
snapshot
2017-09-26
Robert Swiecki
cmdline: print error after usage and before fatal
commit
|
commitdiff
|
tree
|
snapshot
2017-09-26
Robert Swiecki
cmdline: configs/ for --config
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
Robert Swiecki
makefile: missing depend on pb.o
1.7
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
Robert Swiecki
makefile: missing depend on pb.o
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
Robert Swiecki
indent
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
Robert Swiecki
nsjail.c: LOG_F -> LOG_W for disable_clone_newuser
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
Robert Swiecki
nsjail.c: exit() -> LOG_F(
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
robertswiecki
Merge pull request #43 from yoshisatoyanagisawa/master
commit
|
commitdiff
|
tree
|
snapshot
2017-09-25
Yoshisato Yanagisawa
Use 0xff as nsjail error code.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-18
robertswiecki
Merge pull request #42 from ebadi/master
commit
|
commitdiff
|
tree
|
snapshot
2017-09-18
hamid
Adding the mistakenly removed line to the makefile
commit
|
commitdiff
|
tree
|
snapshot
2017-09-18
Robert Swiecki
Makefile: -Wno-unused-parameter for older g++
commit
|
commitdiff
|
tree
|
snapshot
2017-09-16
Robert Swiecki
Makefile: clear -> clean
commit
|
commitdiff
|
tree
|
snapshot
2017-09-16
Robert Swiecki
makefile: proper deps for protos #2
commit
|
commitdiff
|
tree
|
snapshot
2017-09-16
Robert Swiecki
makefile: proper deps for protos
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Robert Swiecki
makefile: deal with .proto better
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Robert Swiecki
Makefile: remove space
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Robert Swiecki
config.cc: macroize utilStrDup
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Robert Swiecki
Updated kafel
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Robert Swiecki
Merge branch 'master' of ssh://github.com/google/nsjail
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Robert Swiecki
config: Initial work on converting config.c to c++...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
John Vogel
Add manual page.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-21
robertswiecki
Merge pull request #39 from jvvv/master
commit
|
commitdiff
|
tree
|
snapshot
2017-08-20
John Vogel
Add manual page.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-13
Robert Swiecki
readme
1.6
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
Robert Swiecki
caps: Bypass for systems which kernel defines CAP_AUDIT...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
robertswiecki
Merge pull request #34 from disconnect3d/fix-dockerfile...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
disconnect3d
Fix dockerfile: add libcap-dev install
commit
|
commitdiff
|
tree
|
snapshot
2017-07-15
Robert Swiecki
Makefile: add -D_FILE_OFFSET_BITS=64 to CFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
Robert Swiecki
configs/bash: bring back changed euid for bash
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
Robert Swiecki
cmdline: better warning about uid/gid 0
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
configs/apache: spaces to tabs
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
configs/apache: remove cpu limit and unnecessary is_bind
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
configs/apache: remove ld.so.cache
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
cmdline: remove unnecessary bracket
1.5
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
net: un-const'ify array
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
net: const'ify array
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
net: improve debugging
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
examples/apache: sort the entries again
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
examples/apache: sort includes
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
examples/apache: manual formatting of seccomp-bpf policy
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
examples/apache: manual formatting of seccomp-bpf policy
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
Robert Swiecki
examples/apache: formatting with clang-format
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
Robert Swiecki
mount: Use MS_BIND when remounting R/O
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
Robert Swiecki
caps: dropping caps from the bounding set
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
Robert Swiecki
util: mroe debugging
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
Robert Swiecki
caps: shorter debug messages
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
Robert Swiecki
make indent
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
Robert Swiecki
caps: simplify cap getting/setting
commit
|
commitdiff
|
tree
|
snapshot
2017-07-05
Robert Swiecki
config: bind caps
commit
|
commitdiff
|
tree
|
snapshot
2017-07-05
Robert Swiecki
caps: more debugging
commit
|
commitdiff
|
tree
|
snapshot
2017-07-05
Robert Swiecki
caps: just local caps
commit
|
commitdiff
|
tree
|
snapshot
next