Skip to content

Instantly share code, notes, and snippets.

@detunized
Created April 17, 2019 12:12
Show Gist options
  • Save detunized/23b9215d9b45e42765bf85e3020ae1fd to your computer and use it in GitHub Desktop.
Save detunized/23b9215d9b45e42765bf85e3020ae1fd to your computer and use it in GitHub Desktop.
Enable exit function in Pulse Secure (when disabled by the admin)
# /bin/bash
cd '/Library/Application Support/Pulse Secure/Pulse'
sudo sed -i '' \
s'/connection-policy-override: "false"/connection-policy-override: "true"/' \
connstore.dat
sudo killall PulseTray 'Pulse Secure' dsAccessService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment