Software Secure Access
Activity Manage

Step 1 – Make the .dmg Package Writeable

Use disk utility or hdiutil to change the permissions in the .dmg package from Read Only to Read/Write.

  1. Open a Terminal and set the .dmg file to Read/Write. Make sure you are in the Downloads folder when running the following command:
    hdiutil convert cisco-secure-client-macos-<version>-predeploy-k9.dmg -format UDRW -o csc-writeable.dmg
    hdiutil attach csc-writeable.dmg
    

    Here, <version> refers to the current version number of Cisco Secure Client.