Skip to content

Commit

Permalink
Add note about application posture check path comparison (#16923)
Browse files Browse the repository at this point in the history
* Add note about application posture check path comparison

* Revert "Add note about application posture check path comparison"

This reverts commit d63d727.

* Update macOS application check verify command

---------

Co-authored-by: Ranbel Sun <ranbel@cloudflare.com>
  • Loading branch information
samin-cf and ranbel authored Oct 4, 2024
1 parent 50f9c2f commit a1e8842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Learn how the WARP client determines if an application is running on various sys
To get the list of active processes, run the following command:

```sh
ps -eo comm | xargs which | sort | uniq
ps -eo comm | xargs which | sort | uniq | xargs realpath
```

The application path must appear in the output for the check to pass.
Expand Down

0 comments on commit a1e8842

Please sign in to comment.