Skip to content

Instantly share code, notes, and snippets.

@Bjorn-Eric-Abr
Forked from ivakhnov/GlobalProtect.md
Created September 11, 2025 04:51
Show Gist options
  • Select an option

  • Save Bjorn-Eric-Abr/7341478a05633c078cb6fecdc8f6b44c to your computer and use it in GitHub Desktop.

Select an option

Save Bjorn-Eric-Abr/7341478a05633c078cb6fecdc8f6b44c 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