Limit wireguard broker privledged/socket handler to linux

This commit is contained in:
Prabhpreet Dua
2024-06-13 17:13:00 +05:30
parent 511a59fe1b
commit c4314c0eff

View File

@@ -44,6 +44,7 @@ path = "src/bin/priviledged.rs"
test = false
doc = false
required-features=["enable_broker_api"]
cfg = { target_os = "linux" }
[[bin]]
name = "rosenpass-wireguard-broker-socket-handler"
@@ -51,3 +52,4 @@ test = false
path = "src/bin/socket_handler.rs"
doc = false
required-features=["enable_broker_api"]
cfg = { target_os = "linux" }