aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/firewall/rules.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-21 13:13:32 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-22 15:26:54 +0200
commitffa28be5eff6a109c8a6ae1ee6bd948ad794aee9 (patch)
tree25fa246ec63edfc6380239aae3a925905e984982 /tunnel/firewall/rules.go
parentREADME: avoid confusion about downloads (diff)
downloadwireguard-windows-ffa28be5eff6a109c8a6ae1ee6bd948ad794aee9.tar.xz
wireguard-windows-ffa28be5eff6a109c8a6ae1ee6bd948ad794aee9.zip
firewall: use service-specific SID
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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 {