Jump to content

scmurcott

Members
  • Posts

    1
  • Joined

  • Last visited

About scmurcott

  • Rank
    Newbie
    Newbie

Profile Information

  • Location
    South Africa
  1. We have been having the same problem - it only seems to affect Ubuntu (versions tested are 12.04 through to 14.04) https://code.google.com/p/chromium/wiki/LinuxSandboxing (this is a security feature for Chromium - and seems to be borken by Eset) The workaround for those people that have to use chromium-browser is to wrap the binary like so:- #!/bin/bash # Work around to enable Nod32 to play nice with Chromium on Ubunut - google-chrome-stable works out the box #First mv /usr/bin/chromium-browser /usr/bin/chromium-browser_real (moving the original binary) #Then put this script in place /usr/bin/chromium-browser and chmod +x /usr/bin/chromium-browser /usr/bin/chromium-browser_real --disable-seccomp-filter-sandbox
×
×
  • Create New...