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:
7aa8916
)
config.proto: Exe.path is required
author
Robert Swiecki
<robert@swiecki.net>
Mon, 1 Apr 2019 20:43:17 +0000
(22:43 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 1 Apr 2019 20:43:17 +0000
(22:43 +0200)
config.proto
patch
|
blob
|
history
diff --git
a/config.proto
b/config.proto
index 5665b20475a7dbcbf6ba59a169729acd2ef26faa..90091be92fa2bbb40c8b2b3fdf2533ee0eea0d84 100644
(file)
--- a/
config.proto
+++ b/
config.proto
@@
-66,7
+66,7
@@
enum RLimit {
}
message Exe {
/* Will be used both as execv's path and as argv[0] */
-
optional
string path = 1;
+
required
string path = 1;
/* This will be argv[1] and so on.. */
repeated string arg = 2;
/* Override argv[0] */