Skip to content

Instantly share code, notes, and snippets.

@JensMaeland
Forked from ivakhnov/GlobalProtect.md
Created September 23, 2025 12:18
Show Gist options
  • Select an option

  • Save JensMaeland/c15867fd45440da74075a950ff7a7d7e to your computer and use it in GitHub Desktop.

Select an option

Save JensMaeland/c15867fd45440da74075a950ff7a7d7e 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