From: Wiktor Garbacz Date: Wed, 4 Aug 2021 08:25:38 +0000 (+0200) Subject: Fix duplicate field number X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e13a76b9987f7ea65ebe558f56684e95eda0fc4;p=platform%2Fupstream%2Fnsjail.git Fix duplicate field number --- diff --git a/config.proto b/config.proto index f5196cc..ab616de 100644 --- 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];