Created
April 17, 2019 12:12
-
-
Save detunized/23b9215d9b45e42765bf85e3020ae1fd to your computer and use it in GitHub Desktop.
Enable exit function in Pulse Secure (when disabled by the admin)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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