This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mac OS X 10.10 Yosemite, SAV Mac 9.2.2, and You

Hey everyone,

We released version 9.2.2 to all Home Edition endpoints earlier today, this version contains the latest updates and is compatible with Mac OS X 10.10. Although the previous version (9.1.5) was also compatible, this update brings the latest improvements and refinements.

We also posted a new installer to our website today as well. Visit www.sophos.com if you need a copy.

Got feedback? Please post a reply to this thread.

:1019511


This thread was automatically locked due to age.
Parents
  • Hello,

    until we address this issue in a future release, please use this workaround to remove Sophos keychain from the search list entries.

    1) open Terminal.app

    2) convert the binary security plist to xml using the following command:

        sudo plutil -convert xml1 com.apple.security-common.plist

    3) use your favourite editor and remove all occurences of these lines

        <dict>
            <key>DbName</key>
            <string>/Library/Sophos Anti-Virus/Sophos.keychain</string>
            <key>GUID</key>
            <string>{87191ca3-0fc9-11d4-849a-000502b52122}</string>
            <key>SubserviceType</key>
            <integer>6</integer>
        </dict>

    make sure everyting from <dict> to </dict> is deleted. 

    4) save the file and you'll noticethat Sophos keychain is gone from the Keychain Access.app sidebar.

    Frank Fenn

    Sr. Software Engineer

    Sophos Inc.

    :1019573
Reply
  • Hello,

    until we address this issue in a future release, please use this workaround to remove Sophos keychain from the search list entries.

    1) open Terminal.app

    2) convert the binary security plist to xml using the following command:

        sudo plutil -convert xml1 com.apple.security-common.plist

    3) use your favourite editor and remove all occurences of these lines

        <dict>
            <key>DbName</key>
            <string>/Library/Sophos Anti-Virus/Sophos.keychain</string>
            <key>GUID</key>
            <string>{87191ca3-0fc9-11d4-849a-000502b52122}</string>
            <key>SubserviceType</key>
            <integer>6</integer>
        </dict>

    make sure everyting from <dict> to </dict> is deleted. 

    4) save the file and you'll noticethat Sophos keychain is gone from the Keychain Access.app sidebar.

    Frank Fenn

    Sr. Software Engineer

    Sophos Inc.

    :1019573
Children
No Data