Skip to content

Instantly share code, notes, and snippets.

@ivakhnov
Created February 28, 2020 21:31
Show Gist options
  • Save ivakhnov/80bf85c992694f081fb673bdf46f8369 to your computer and use it in GitHub Desktop.
Save ivakhnov/80bf85c992694f081fb673bdf46f8369 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