Fix duplicate field number
authorWiktor Garbacz <wiktorg@google.com>
Wed, 4 Aug 2021 08:25:38 +0000 (10:25 +0200)
committerWiktor Garbacz <wiktorg@google.com>
Wed, 4 Aug 2021 08:25:38 +0000 (10:25 +0200)
config.proto

index f5196cc8f291e643b76638c5658e950733595b98..ab616dee3a1d14716bd6e3edb77e243ca76cb923 100644 (file)
@@ -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];