We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5f360 commit cc96f18Copy full SHA for cc96f18
1 file changed
crates/fspy_shm/src/linux/broker.rs
@@ -63,7 +63,7 @@ async fn run_broker(
63
// connecting process with the kernel-provided SO_PEERCRED credentials:
64
// https://man7.org/linux/man-pages/man7/unix.7.html
65
// D-Bus prefers the same mechanism because it requires no peer cooperation:
66
- // https://dbus.freedesktop.org/doc/api/html/dbus-sysdeps-unix_8c_source.html#l02296
+ // https://gitlab.freedesktop.org/dbus/dbus/-/blob/958bf9db2100553bcd2fe2a854e1ebb42e886054/dbus/dbus-sysdeps-unix.c#L2296-2303
67
let credentials = match socket_peercred(&client) {
68
Ok(credentials) => credentials,
69
Err(error) => {
0 commit comments