Add process-based exclusion using executable path extraction from audit tokens #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



ProxyBridge on macOS previously only supported exclusions by bundle identifier, which doesn't work for standalone binaries (e.g., DPI bypass tools like
ciadpi). This prevented users from excluding local proxy processes, causing proxy loops.Changes
NEFlowMetaData.sourceAppAuditTokenusingaudit_token_to_pid()+proc_pidpath()from Darwin/libprochandleTCPFlow()andhandleUDPFlow()to extract both identifiers and use executable path for logging when availableUsage
Rules now support executable paths and process names in addition to bundle identifiers:
Implementation Notes
proc_pidpath()failures (permissions, race conditions) by falling back to bundle ID matchingciadpi*,*proxy, etc.) - no changes neededOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.