aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-02-21 17:38:10 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-02-21 17:38:10 +0100
commit4428511d10687cb446ad705148333478437d3f23 (patch)
tree08b022c144633d9d82c5d28978ccb6b7c2e03f4c /executor/common_linux.h
parented54dfe305cb7b1922689bf6e796d0c20ed27928 (diff)
sys/linux: add NETLINK_RDMA descriptions
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index 27f934799..11611b92c 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -2661,9 +2661,9 @@ static int do_sandbox_none(void)
// and they are usually run under non-root.
// Also since debug is stripped by pkg/csource, we need to do {}
// even though we generally don't do {} around single statements.
- if (unshare(CLONE_NEWPID)) {
- debug("unshare(CLONE_NEWPID): %d\n", errno);
- }
+ //if (unshare(CLONE_NEWPID)) {
+ // debug("unshare(CLONE_NEWPID): %d\n", errno);
+ //}
int pid = fork();
if (pid != 0)
return wait_for_loop(pid);