summaryrefslogtreecommitdiff
path: root/src/intercept.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercept.proto')
-rw-r--r--src/intercept.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intercept.proto b/src/intercept.proto
index 786ae7bba..53a068a19 100644
--- a/src/intercept.proto
+++ b/src/intercept.proto
@@ -22,11 +22,13 @@ message InterceptHello {
/*
* Sudo response to an InterceptHello from sudo_intercept.so.
* The client uses the port number and token to connect back to sudo.
+ * If log_only is set there is no InterceptResponse to a PolicyCheckRequest.
*/
message HelloResponse {
fixed64 token_lo = 1;
fixed64 token_hi = 2;
int32 portno = 3;
+ bool log_only = 4;
}
/*