platform/upstream/nsjail.git
7 years agomakefile: missing depend on pb.o 1.7
Robert Swiecki [Mon, 25 Sep 2017 18:06:09 +0000 (20:06 +0200)]
makefile: missing depend on pb.o

7 years agomakefile: missing depend on pb.o
Robert Swiecki [Mon, 25 Sep 2017 18:02:07 +0000 (20:02 +0200)]
makefile: missing depend on pb.o

7 years agoindent
Robert Swiecki [Mon, 25 Sep 2017 17:54:06 +0000 (19:54 +0200)]
indent

7 years agonsjail.c: LOG_F -> LOG_W for disable_clone_newuser
Robert Swiecki [Mon, 25 Sep 2017 10:01:44 +0000 (12:01 +0200)]
nsjail.c: LOG_F -> LOG_W for disable_clone_newuser

7 years agonsjail.c: exit() -> LOG_F(
Robert Swiecki [Mon, 25 Sep 2017 10:00:57 +0000 (12:00 +0200)]
nsjail.c: exit() -> LOG_F(

7 years agoMerge pull request #43 from yoshisatoyanagisawa/master
robertswiecki [Mon, 25 Sep 2017 09:59:39 +0000 (11:59 +0200)]
Merge pull request #43 from yoshisatoyanagisawa/master

Use 0xff as nsjail error exit status code.

7 years agoUse 0xff as nsjail error code.
Yoshisato Yanagisawa [Mon, 25 Sep 2017 05:08:22 +0000 (14:08 +0900)]
Use 0xff as nsjail error code.

For ease of distinguishing errors coming from a program executed by
nsjail and errors from nsjail, let me change nsjail error exit
status code to 0xff instead of 1.
I think most of programs use EXIT_FAILURE (i.e. 1) as a default
error exit status code.

7 years agoMerge pull request #42 from ebadi/master
robertswiecki [Mon, 18 Sep 2017 14:57:11 +0000 (16:57 +0200)]
Merge pull request #42 from ebadi/master

Adding the mistakenly removed line to the makefile

7 years agoAdding the mistakenly removed line to the makefile
hamid [Mon, 18 Sep 2017 14:28:13 +0000 (16:28 +0200)]
Adding the mistakenly removed line to the makefile

7 years agoMakefile: -Wno-unused-parameter for older g++
Robert Swiecki [Mon, 18 Sep 2017 10:53:42 +0000 (12:53 +0200)]
Makefile: -Wno-unused-parameter for older g++

7 years agoMakefile: clear -> clean
Robert Swiecki [Sat, 16 Sep 2017 16:10:28 +0000 (18:10 +0200)]
Makefile: clear -> clean

7 years agomakefile: proper deps for protos #2
Robert Swiecki [Sat, 16 Sep 2017 14:43:01 +0000 (16:43 +0200)]
makefile: proper deps for protos #2

7 years agomakefile: proper deps for protos
Robert Swiecki [Sat, 16 Sep 2017 14:39:55 +0000 (16:39 +0200)]
makefile: proper deps for protos

7 years agomakefile: deal with .proto better
Robert Swiecki [Fri, 15 Sep 2017 22:31:53 +0000 (00:31 +0200)]
makefile: deal with .proto better

7 years agoMakefile: remove space
Robert Swiecki [Fri, 15 Sep 2017 16:12:18 +0000 (18:12 +0200)]
Makefile: remove space

7 years agoconfig.cc: macroize utilStrDup
Robert Swiecki [Fri, 15 Sep 2017 14:55:49 +0000 (16:55 +0200)]
config.cc: macroize utilStrDup

7 years agoUpdated kafel
Robert Swiecki [Fri, 15 Sep 2017 10:50:14 +0000 (12:50 +0200)]
Updated kafel

7 years agoMerge branch 'master' of ssh://github.com/google/nsjail
Robert Swiecki [Thu, 14 Sep 2017 19:17:57 +0000 (21:17 +0200)]
Merge branch 'master' of ssh://github.com/google/nsjail

7 years agoconfig: Initial work on converting config.c to c++ protobuf lib
Robert Swiecki [Wed, 13 Sep 2017 20:03:21 +0000 (22:03 +0200)]
config: Initial work on converting config.c to c++ protobuf lib

config: Initial work on converting config.c to c++ protobuf lib #2

config: Initial work on converting config.c to c++ protobuf lib #3

config: Initial work on converting config.c to c++ protobuf lib #4

config: Initial work on converting config.c to c++ protobuf lib #5

config: Initial work on converting config.c to c++ protobuf lib #6

7 years agoAdd manual page.
John Vogel [Sun, 20 Aug 2017 00:10:56 +0000 (20:10 -0400)]
Add manual page.

7 years agoMerge pull request #39 from jvvv/master
robertswiecki [Mon, 21 Aug 2017 23:36:24 +0000 (01:36 +0200)]
Merge pull request #39 from jvvv/master

Add manual page.

7 years agoAdd manual page.
John Vogel [Sun, 20 Aug 2017 00:10:56 +0000 (20:10 -0400)]
Add manual page.

7 years agoreadme 1.6
Robert Swiecki [Sun, 13 Aug 2017 11:05:33 +0000 (13:05 +0200)]
readme

7 years agocaps: Bypass for systems which kernel defines CAP_AUDIT_READ but libcap doesn't under...
Robert Swiecki [Tue, 18 Jul 2017 21:00:04 +0000 (23:00 +0200)]
caps: Bypass for systems which kernel defines CAP_AUDIT_READ but libcap doesn't understand this

7 years agoMerge pull request #34 from disconnect3d/fix-dockerfile-build
robertswiecki [Tue, 18 Jul 2017 19:32:00 +0000 (21:32 +0200)]
Merge pull request #34 from disconnect3d/fix-dockerfile-build

Fix dockerfile: add libcap-dev install

7 years agoFix dockerfile: add libcap-dev install
disconnect3d [Tue, 18 Jul 2017 19:19:23 +0000 (21:19 +0200)]
Fix dockerfile: add libcap-dev install

Before the fix the build ends up somewhere with:
> sys/capability.h: No such file or directory

7 years agoMakefile: add -D_FILE_OFFSET_BITS=64 to CFLAGS
Robert Swiecki [Sat, 15 Jul 2017 13:04:25 +0000 (15:04 +0200)]
Makefile: add -D_FILE_OFFSET_BITS=64 to CFLAGS

7 years agoconfigs/bash: bring back changed euid for bash
Robert Swiecki [Thu, 13 Jul 2017 00:34:18 +0000 (02:34 +0200)]
configs/bash: bring back changed euid for bash

7 years agocmdline: better warning about uid/gid 0
Robert Swiecki [Thu, 13 Jul 2017 00:33:11 +0000 (02:33 +0200)]
cmdline: better warning about uid/gid 0

7 years agoconfigs/apache: spaces to tabs
Robert Swiecki [Fri, 7 Jul 2017 17:12:42 +0000 (19:12 +0200)]
configs/apache: spaces to tabs

7 years agoconfigs/apache: remove cpu limit and unnecessary is_bind
Robert Swiecki [Fri, 7 Jul 2017 17:11:56 +0000 (19:11 +0200)]
configs/apache: remove cpu limit and unnecessary is_bind

7 years agoconfigs/apache: remove ld.so.cache
Robert Swiecki [Fri, 7 Jul 2017 17:06:04 +0000 (19:06 +0200)]
configs/apache: remove ld.so.cache

7 years agocmdline: remove unnecessary bracket 1.5
Robert Swiecki [Fri, 7 Jul 2017 13:05:22 +0000 (15:05 +0200)]
cmdline: remove unnecessary bracket

7 years agonet: un-const'ify array
Robert Swiecki [Fri, 7 Jul 2017 10:14:25 +0000 (12:14 +0200)]
net: un-const'ify array

7 years agonet: const'ify array
Robert Swiecki [Fri, 7 Jul 2017 10:13:24 +0000 (12:13 +0200)]
net: const'ify array

7 years agonet: improve debugging
Robert Swiecki [Fri, 7 Jul 2017 10:10:22 +0000 (12:10 +0200)]
net: improve debugging

7 years agoexamples/apache: sort the entries again
Robert Swiecki [Fri, 7 Jul 2017 10:08:26 +0000 (12:08 +0200)]
examples/apache: sort the entries again

7 years agoexamples/apache: sort includes
Robert Swiecki [Fri, 7 Jul 2017 00:52:05 +0000 (02:52 +0200)]
examples/apache: sort includes

7 years agoexamples/apache: manual formatting of seccomp-bpf policy
Robert Swiecki [Fri, 7 Jul 2017 00:37:33 +0000 (02:37 +0200)]
examples/apache: manual formatting of seccomp-bpf policy

7 years agoexamples/apache: manual formatting of seccomp-bpf policy
Robert Swiecki [Fri, 7 Jul 2017 00:36:23 +0000 (02:36 +0200)]
examples/apache: manual formatting of seccomp-bpf policy

7 years agoexamples/apache: formatting with clang-format
Robert Swiecki [Fri, 7 Jul 2017 00:34:57 +0000 (02:34 +0200)]
examples/apache: formatting with clang-format

7 years agomount: Use MS_BIND when remounting R/O
Robert Swiecki [Thu, 6 Jul 2017 17:39:12 +0000 (19:39 +0200)]
mount: Use MS_BIND when remounting R/O

7 years agocaps: dropping caps from the bounding set
Robert Swiecki [Thu, 6 Jul 2017 12:55:27 +0000 (14:55 +0200)]
caps: dropping caps from the bounding set

7 years agoutil: mroe debugging
Robert Swiecki [Thu, 6 Jul 2017 12:37:10 +0000 (14:37 +0200)]
util: mroe debugging

7 years agocaps: shorter debug messages
Robert Swiecki [Thu, 6 Jul 2017 09:37:41 +0000 (11:37 +0200)]
caps: shorter debug messages

7 years agomake indent
Robert Swiecki [Thu, 6 Jul 2017 09:25:46 +0000 (11:25 +0200)]
make indent

7 years agocaps: simplify cap getting/setting
Robert Swiecki [Thu, 6 Jul 2017 00:21:08 +0000 (02:21 +0200)]
caps: simplify cap getting/setting

7 years agoconfig: bind caps
Robert Swiecki [Wed, 5 Jul 2017 23:12:13 +0000 (01:12 +0200)]
config: bind caps

7 years agocaps: more debugging
Robert Swiecki [Wed, 5 Jul 2017 15:34:56 +0000 (17:34 +0200)]
caps: more debugging

7 years agocaps: just local caps
Robert Swiecki [Wed, 5 Jul 2017 15:29:57 +0000 (17:29 +0200)]
caps: just local caps

7 years agocaps: simplify capability operations
Robert Swiecki [Wed, 5 Jul 2017 13:57:07 +0000 (15:57 +0200)]
caps: simplify capability operations

7 years agocaps: CAP_AUDIT_READ is not defined with Ubuntu 14
Robert Swiecki [Wed, 5 Jul 2017 12:19:51 +0000 (14:19 +0200)]
caps: CAP_AUDIT_READ is not defined with Ubuntu 14

7 years agoMerge branch 'master' of ssh://github.com/google/nsjail
Robert Swiecki [Wed, 5 Jul 2017 11:03:22 +0000 (13:03 +0200)]
Merge branch 'master' of ssh://github.com/google/nsjail

7 years agocaps: move capability-setting code to caps.*
Robert Swiecki [Wed, 5 Jul 2017 11:03:14 +0000 (13:03 +0200)]
caps: move capability-setting code to caps.*

7 years agoMerge pull request #30 from andy0130tw/fix/config-fake-euid
robertswiecki [Mon, 3 Jul 2017 20:53:56 +0000 (22:53 +0200)]
Merge pull request #30 from andy0130tw/fix/config-fake-euid

Add back ERRNO(1337) for example config

7 years agoAdd back ERRNO(1337) for example config
Andy Pan [Mon, 3 Jul 2017 20:26:37 +0000 (04:26 +0800)]
Add back ERRNO(1337) for example config

7 years agomount: allow for non-mandatory symlinks
Robert Swiecki [Sun, 2 Jul 2017 01:39:56 +0000 (03:39 +0200)]
mount: allow for non-mandatory symlinks

mount: allow for non-mandatory symlinks

7 years agoconfig.proto: reflow field numbering to make it sequential
Robert Swiecki [Sat, 1 Jul 2017 22:20:35 +0000 (00:20 +0200)]
config.proto: reflow field numbering to make it sequential

7 years agomake indent
Robert Swiecki [Sat, 1 Jul 2017 20:23:11 +0000 (22:23 +0200)]
make indent

7 years agocmdlink: use different name while printing symlinks/mount points
Robert Swiecki [Wed, 28 Jun 2017 22:38:20 +0000 (00:38 +0200)]
cmdlink: use different name while printing symlinks/mount points

7 years agoAllow to create symlinks
Robert Swiecki [Wed, 28 Jun 2017 22:32:20 +0000 (00:32 +0200)]
Allow to create symlinks

7 years agoconfig: missing bind for is_root_rw
Robert Swiecki [Mon, 26 Jun 2017 18:39:51 +0000 (20:39 +0200)]
config: missing bind for is_root_rw

7 years agoconfig: rename the chrome profile
Robert Swiecki [Thu, 22 Jun 2017 14:12:56 +0000 (16:12 +0200)]
config: rename the chrome profile

7 years agoGet number of CPUs early, as it's read from /proc
Robert Swiecki [Thu, 22 Jun 2017 01:06:53 +0000 (03:06 +0200)]
Get number of CPUs early, as it's read from /proc

7 years agocpu: correct year
Robert Swiecki [Thu, 22 Jun 2017 00:56:10 +0000 (02:56 +0200)]
cpu: correct year

7 years agoremove configs/config1.example
Robert Swiecki [Thu, 22 Jun 2017 00:28:02 +0000 (02:28 +0200)]
remove configs/config1.example

7 years agoconfigs: demo policy for chrome
Robert Swiecki [Wed, 21 Jun 2017 23:37:18 +0000 (01:37 +0200)]
configs: demo policy for chrome

7 years agomount: use /dev/shm first as a tmp dir
Robert Swiecki [Wed, 21 Jun 2017 23:21:09 +0000 (01:21 +0200)]
mount: use /dev/shm first as a tmp dir

7 years agocpu: logging
Robert Swiecki [Wed, 21 Jun 2017 22:42:04 +0000 (00:42 +0200)]
cpu: logging

7 years agomount: use TMPDIR to create a temporary dir
Robert Swiecki [Wed, 21 Jun 2017 22:39:34 +0000 (00:39 +0200)]
mount: use TMPDIR to create a temporary dir

7 years agomount: use TMPDIR to create a temporary dir
Robert Swiecki [Wed, 21 Jun 2017 22:38:49 +0000 (00:38 +0200)]
mount: use TMPDIR to create a temporary dir

7 years agomount: use rnd in dir name when using rnd
Robert Swiecki [Wed, 21 Jun 2017 17:34:02 +0000 (19:34 +0200)]
mount: use rnd in dir name when using rnd

7 years agoutil: missing includes
Robert Swiecki [Wed, 21 Jun 2017 17:21:18 +0000 (19:21 +0200)]
util: missing includes

7 years agomount: more extensive search for suitable root dir
Robert Swiecki [Wed, 21 Jun 2017 17:18:02 +0000 (19:18 +0200)]
mount: more extensive search for suitable root dir

7 years agoutil: implement utilTimeToStr
Robert Swiecki [Wed, 21 Jun 2017 16:46:19 +0000 (18:46 +0200)]
util: implement utilTimeToStr

7 years agomount: Use /tmp/nsjail.[tmp|root].<orig_euid>
Robert Swiecki [Wed, 21 Jun 2017 16:29:02 +0000 (18:29 +0200)]
mount: Use /tmp/nsjail.[tmp|root].<orig_euid>

7 years agocpu: better check for num cpus
Robert Swiecki [Wed, 21 Jun 2017 15:57:21 +0000 (17:57 +0200)]
cpu: better check for num cpus

7 years agocpu: debug msg
Robert Swiecki [Wed, 21 Jun 2017 15:55:20 +0000 (17:55 +0200)]
cpu: debug msg

7 years agoconfig: max_cpu_num -> max_cpus
Robert Swiecki [Wed, 21 Jun 2017 15:52:16 +0000 (17:52 +0200)]
config: max_cpu_num -> max_cpus

7 years agoconfigs/bash: remove /dev/shm from bash cfg
Robert Swiecki [Wed, 21 Jun 2017 01:40:18 +0000 (03:40 +0200)]
configs/bash: remove /dev/shm from bash cfg

7 years agocmdline: cast pid_t to unsigned long when using *rintf
Robert Swiecki [Tue, 20 Jun 2017 21:11:35 +0000 (23:11 +0200)]
cmdline: cast pid_t to unsigned long when using *rintf

7 years agoconfigs: add /dev/shm
Robert Swiecki [Tue, 20 Jun 2017 01:14:09 +0000 (03:14 +0200)]
configs: add /dev/shm

7 years agoutil: Implement utilSigName()
Robert Swiecki [Mon, 19 Jun 2017 22:16:38 +0000 (00:16 +0200)]
util: Implement utilSigName()

7 years agonet: better log_d
Robert Swiecki [Mon, 19 Jun 2017 21:59:29 +0000 (23:59 +0200)]
net: better log_d

7 years agonet: additional log_d for IPv4 -> IPv6 conversion
Robert Swiecki [Mon, 19 Jun 2017 21:57:31 +0000 (23:57 +0200)]
net: additional log_d for IPv4 -> IPv6 conversion

7 years agoconfig: bind port to config
Robert Swiecki [Mon, 19 Jun 2017 21:52:56 +0000 (23:52 +0200)]
config: bind port to config

7 years agoAllow to use IPv4 addr with --bindhost
Robert Swiecki [Mon, 19 Jun 2017 20:35:57 +0000 (22:35 +0200)]
Allow to use IPv4 addr with --bindhost

7 years agoindex.md
Robert Swiecki [Fri, 16 Jun 2017 10:03:31 +0000 (12:03 +0200)]
index.md

7 years agocpu: warning about no of cpus
Robert Swiecki [Mon, 19 Jun 2017 17:11:53 +0000 (19:11 +0200)]
cpu: warning about no of cpus

7 years agoPrint remote IP when removing task from pool
Robert Swiecki [Mon, 19 Jun 2017 16:53:29 +0000 (18:53 +0200)]
Print remote IP when removing task from pool

7 years agocpu: free cpu mask
Robert Swiecki [Mon, 19 Jun 2017 15:07:50 +0000 (17:07 +0200)]
cpu: free cpu mask

7 years agoconfig: implement max_cpu_num in PB
Robert Swiecki [Mon, 19 Jun 2017 15:05:01 +0000 (17:05 +0200)]
config: implement max_cpu_num in PB

7 years agocmdline: implement affinity setting, to limit jailed process to n max cpus
Robert Swiecki [Mon, 19 Jun 2017 15:01:50 +0000 (17:01 +0200)]
cmdline: implement affinity setting, to limit jailed process to n max cpus

7 years agoUpdate README.md
robertswiecki [Fri, 16 Jun 2017 10:00:11 +0000 (12:00 +0200)]
Update README.md

7 years agoUpdate README.md
robertswiecki [Fri, 16 Jun 2017 09:55:15 +0000 (11:55 +0200)]
Update README.md

8 years ago-Me: set PR_SET_DUMPABLE,0 for the init
Robert Swiecki [Wed, 14 Jun 2017 00:21:53 +0000 (02:21 +0200)]
-Me: set PR_SET_DUMPABLE,0 for the init

8 years agoMe mode: make init reap zombie processes
Robert Swiecki [Wed, 14 Jun 2017 00:19:03 +0000 (02:19 +0200)]
Me mode: make init reap zombie processes

8 years agoMerge branch 'master' of ssh://github.com/google/nsjail
Robert Swiecki [Wed, 14 Jun 2017 00:15:19 +0000 (02:15 +0200)]
Merge branch 'master' of ssh://github.com/google/nsjail

8 years agoMe mode: make init reap zombie processes
Robert Swiecki [Wed, 14 Jun 2017 00:15:11 +0000 (02:15 +0200)]
Me mode: make init reap zombie processes

8 years agoMerge pull request #25 from cstrouse/dockerfile-enhancements
robertswiecki [Tue, 13 Jun 2017 15:06:47 +0000 (17:06 +0200)]
Merge pull request #25 from cstrouse/dockerfile-enhancements

Refactor using current official Dockerfile best practices