Skip to content

Instantly share code, notes, and snippets.

@yunho-c
Forked from ivakhnov/GlobalProtect.md
Created December 15, 2024 07:07
Show Gist options
  • Save yunho-c/15612fc01781f9ff8a73ca5c0f28a6bc to your computer and use it in GitHub Desktop.
Save yunho-c/15612fc01781f9ff8a73ca5c0f28a6bc to your computer and use it in GitHub Desktop.
[How to quit GlobalProtect (mac)] If you've used the globalprotect client for Mac, you may notice that there is no way to exit it, meaning it can continue submitting information about your system to your company in the background, including your current patches, interface information and much much more, even at times you're not connected to the …

We can just unload the launchd script keeping it alive.

Stop spying on me:

launchctl unload /Library/LaunchAgents/com.paloaltonetworks.gp.pangp*

I want to use the VPN again:

launchctl load /Library/LaunchAgents/com.paloaltonetworks.gp.pangp*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment