summaryrefslogtreecommitdiffhomepage
path: root/util/syspolicy
diff options
context:
space:
mode:
Diffstat (limited to 'util/syspolicy')
-rw-r--r--util/syspolicy/policy_keys.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/syspolicy/policy_keys.go b/util/syspolicy/policy_keys.go
index 166bbe601..64656c62e 100644
--- a/util/syspolicy/policy_keys.go
+++ b/util/syspolicy/policy_keys.go
@@ -67,7 +67,7 @@ const (
// The default is 0 unless otherwise stated.
LogSCMInteractions Key = "LogSCMInteractions"
FlushDNSOnSessionUnlock Key = "FlushDNSOnSessionUnlock"
-
+ ExitDestinationFlowLogs Key = "ExitDestinationFlowLogs"
// PostureChecking indicates if posture checking is enabled and the client shall gather
// posture data.
// Key is a string value that specifies an option: "always", "never", "user-decides".