contain.o: contain.h common.h cgroup.h log.h mount.h net.h pid.h util.h uts.h
log.o: log.h common.h
cgroup.o: cgroup.h common.h log.h util.h
-mount.o: mount.h common.h log.h
-net.o: net.h common.h log.h
-pid.o: pid.h common.h log.h
-sandbox.o: sandbox.h common.h log.h seccomp/bpf-helper.h
+mount.o: mount.h common.h log.h util.h
+net.o: net.h common.h log.h subproc.h
+pid.o: pid.h common.h log.h subproc.h
+sandbox.o: sandbox.h common.h log.h
subproc.o: subproc.h common.h cgroup.h contain.h log.h net.h sandbox.h user.h
subproc.o: util.h
-user.o: user.h common.h log.h util.h
+user.o: user.h common.h log.h subproc.h util.h
util.o: util.h common.h log.h
uts.o: uts.h common.h log.h
seccomp/bpf-helper.o: seccomp/bpf-helper.h
/*
* With mode MODE_STANDALONE_EXECVE it's required to mount /proc inside a new process,
- * as the current process is still in the original PID namespace (man pid_namespaces)
+ * as the current process is still in the original PID namespace (man pid_namespaces)
*/
bool mountInitNs(struct nsjconf_t * nsjconf)
{