aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/firewall/rules.go
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/firewall/rules.go')
-rw-r--r--tunnel/firewall/rules.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnel/firewall/rules.go b/tunnel/firewall/rules.go
index 76e2a85b..1f28d3ab 100644
--- a/tunnel/firewall/rules.go
+++ b/tunnel/firewall/rules.go
@@ -149,7 +149,7 @@ func permitWireGuardService(session uintptr, baseObjects *baseObjects, weight ui
//
// Second condition is the SECURITY_DESCRIPTOR of the current process.
- // This prevents low privileged applications hosted in the same exe from matching this filter.
+ // This prevents other processes hosted in the same exe from matching this filter.
//
sd, err := getCurrentProcessSecurityDescriptor()
if err != nil {