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:
6e3993b
)
fix tmpfs size setting
author
Vladimir Rutsky
<rutsky@google.com>
Mon, 8 Jan 2018 00:36:12 +0000
(
01:36
+0100)
committer
Vladimir Rutsky
<rutsky@google.com>
Mon, 8 Jan 2018 01:02:19 +0000
(
02:02
+0100)
Broken since
c35857cff2c
commit.
Signed-off-by: Vladimir Rutsky <rutsky@google.com>
cmdline.c
patch
|
blob
|
history
diff --git
a/cmdline.c
b/cmdline.c
index ef18b3661dd5b00611e63687c5f2b1b5bb352e10..b68b0c2a29622c027c62dc7e258b1062d8b9179e 100644
(file)
--- a/
cmdline.c
+++ b/
cmdline.c
@@
-666,7
+666,7
@@
bool cmdlineParse(int argc, char* argv[], struct nsjconf_t* nsjconf) {
}; break;
case 'T': {
if (!mountAddMountPtTail(nsjconf, /* src= */ NULL, optarg, "tmpfs",
- /* options= */
""
, /* flags= */ 0, /* isDir= */ NS_DIR_YES,
+ /* options= */
cmdlineTmpfsSz
, /* flags= */ 0, /* isDir= */ NS_DIR_YES,
/* mandatory= */ true, NULL, NULL, NULL, 0,
/* is_symlink= */ false)) {
return false;