diff options
| author | David Lönnhager <david.l@mullvad.net> | 2026-01-29 17:30:18 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2026-01-29 17:30:18 +0100 |
| commit | 0d043037fe71c71d23a7172775c8840a1ac3dbcc (patch) | |
| tree | 83afcc9e643d759d0a0dd954a8d2f75ebc6a59d4 | |
| parent | 20ff5817194763180e5d78a2a0d3257a2f8e6754 (diff) | |
| download | mullvadvpn-systemd-cgroup-v2.tar.xz mullvadvpn-systemd-cgroup-v2.zip | |
fixup! Spawn supervisor process safelysystemd-cgroup-v2
| -rw-r--r-- | mullvad-exclude/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-exclude/src/main.rs b/mullvad-exclude/src/main.rs index 50fc009f0a..65d1e77712 100644 --- a/mullvad-exclude/src/main.rs +++ b/mullvad-exclude/src/main.rs @@ -236,6 +236,7 @@ mod inner { }) .context("Missing file descriptor in CMSG")?; + drop(notify_fd_sock); std::fs::remove_file(&path) .context("Failed to remove temporary socket file")?; |
