Skip to content

Commit cc96f18

Browse files
wan9chicodex
andcommitted
docs(fspy): pin peer credential reference
Co-authored-by: GPT-5 Codex <codex@openai.com>
1 parent 7d5f360 commit cc96f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fspy_shm/src/linux/broker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async fn run_broker(
6363
// connecting process with the kernel-provided SO_PEERCRED credentials:
6464
// https://man7.org/linux/man-pages/man7/unix.7.html
6565
// 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
66+
// https://gitlab.freedesktop.org/dbus/dbus/-/blob/958bf9db2100553bcd2fe2a854e1ebb42e886054/dbus/dbus-sysdeps-unix.c#L2296-2303
6767
let credentials = match socket_peercred(&client) {
6868
Ok(credentials) => credentials,
6969
Err(error) => {

0 commit comments

Comments
 (0)