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:
95e112c
)
Fix duplicate field number
author
Wiktor Garbacz
<wiktorg@google.com>
Wed, 4 Aug 2021 08:25:38 +0000
(10:25 +0200)
committer
Wiktor Garbacz
<wiktorg@google.com>
Wed, 4 Aug 2021 08:25:38 +0000
(10:25 +0200)
config.proto
patch
|
blob
|
history
diff --git
a/config.proto
b/config.proto
index f5196cc8f291e643b76638c5658e950733595b98..ab616dee3a1d14716bd6e3edb77e243ca76cb923 100644
(file)
--- a/
config.proto
+++ b/
config.proto
@@
-87,7
+87,7
@@
message NsJailConfig {
optional string cwd = 9 [default = "/"];
/* Defines whether to use switch_root or pivot_root */
- optional bool no_pivotroot =
88
[default = false];
+ optional bool no_pivotroot =
94
[default = false];
/* TCP port to listen to. Valid with mode=LISTEN only */
optional uint32 port = 10 [default = 0];