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:
9c2f19b
)
cmdline: typo
author
Robert Swiecki
<robert@swiecki.net>
Wed, 18 Oct 2017 16:02:23 +0000
(18:02 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Wed, 18 Oct 2017 16:02:23 +0000
(18:02 +0200)
cmdline.c
patch
|
blob
|
history
diff --git
a/cmdline.c
b/cmdline.c
index
aed4d1f
..
ae2c780
100644
(file)
--- a/
cmdline.c
+++ b/
cmdline.c
@@
-810,7
+810,7
@@
bool cmdlineParse(int argc, char* argv[], struct nsjconf_t* nsjconf)
if (nsjconf->use_execveat) {
#if !defined(__NR_execveat)
LOG_E("Your nsjail is compiled without support for the execveat() syscall, yet you "
- "specified --execute_fd flag");
+ "specified
the
--execute_fd flag");
return false;
#endif /* !defined(__NR_execveat) */
if ((nsjconf->exec_fd = open(nsjconf->exec_file, O_RDONLY | O_PATH | O_CLOEXEC))