refactor: pass an extra pirivileged socket to xdp-cosmic

This commit is contained in:
Ashley Wulber 2024-01-10 10:47:44 -05:00 committed by Ashley Wulber
parent efe4b58279
commit 8fd40b588a
4 changed files with 95 additions and 28 deletions

View file

@ -12,6 +12,7 @@ async-signals = "0.4"
color-eyre = "0.6"
futures-util = "0.3"
launch-pad = { git = "https://github.com/pop-os/launch-pad" }
itertools = "0.12"
# launch-pad = { path = "../launch-pad" }
libc = "0.2"
log-panics = { version = "2", features = ["with-backtrace"] }