projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4b010
)
Remove debugging code
author
Jagger
<robert@swiecki.net>
Sun, 28 Feb 2016 01:15:36 +0000
(
02:15
+0100)
committer
Jagger
<robert@swiecki.net>
Sun, 28 Feb 2016 01:15:36 +0000
(
02:15
+0100)
contain.c
patch
|
blob
|
history
diff --git
a/contain.c
b/contain.c
index e5a6501255d5f1abb59c4725a6ab3e3d357303dd..82bd88d2b1dfb269f7e3022c3f9d43a359d8f44c 100644
(file)
--- a/
contain.c
+++ b/
contain.c
@@
-68,9
+68,6
@@
static bool containUidGidMap(struct nsjconf_t *nsjconf)
return true;
}
- sleep(10);
- return true;
-
int fd;
char map[64];
if ((fd = open("/proc/self/uid_map", O_WRONLY | O_CLOEXEC)) == -1) {