It looks like just misprint, since there is a correct identifier LOCAL_PEERUUID
See agent/command-ssh.c, line 3622
Description
Description
Details
Details
- Version
- commit #112e02e
Revisions and Commits
Revisions and Commits
Event Timeline
Comment Actions
Thanks for testing master.
No, it's not typo, in my opinion.
The line was added as if it's LOCAL_PEERUID, but there is no such a thing in XNU, but there is LOCAL_PEERUUID which is for UUID.
Let me consider how to fix this. I suppose that macOS can't get UID (user id) of peer process.