From 3f6c38f3c7bce88cddc1e7429e09621eb40721bc Mon Sep 17 00:00:00 2001 From: James Golovich Date: Thu, 22 Sep 2022 17:06:52 -0700 Subject: [PATCH] Add LimitLocale to client.proto --- protobuf/clientpb/client.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuf/clientpb/client.proto b/protobuf/clientpb/client.proto index b84d659646..1f1635c68d 100644 --- a/protobuf/clientpb/client.proto +++ b/protobuf/clientpb/client.proto @@ -161,6 +161,7 @@ message ImplantConfig { string LimitHostname = 62; string LimitUsername = 63; string LimitFileExists = 64; + string LimitLocale = 65; OutputFormat Format = 100; bool IsSharedLib = 101;