2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/sandbox/linux/services/credentials.cc b/sandbox/linux/services/credentials.cc
|
2018-09-14 18:03:43 +00:00
|
|
|
index ad0714a7f5ed..1406e1d53f2f 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/sandbox/linux/services/credentials.cc
|
|
|
|
+++ b/sandbox/linux/services/credentials.cc
|
2018-09-14 18:03:43 +00:00
|
|
|
@@ -348,8 +348,10 @@ pid_t Credentials::ForkAndDropCapabilitiesInChild() {
|
2018-09-14 05:02:16 +00:00
|
|
|
return pid;
|
|
|
|
}
|
|
|
|
|
|
|
|
+#if 0
|
|
|
|
// Since we just forked, we are single threaded.
|
|
|
|
PCHECK(DropAllCapabilitiesOnCurrentThread());
|
|
|
|
+#endif
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|