summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-03 20:29:08 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-03 20:29:08 +0000
commit930a732317022195f6ec5674f89fa4de88e2b61e (patch)
tree7441742370729b83217fbf6884ccc30e810d28b9 /content
parentd70e03226c1c1f4db8be452a6f900f4be1090a29 (diff)
downloadchromium_src-930a732317022195f6ec5674f89fa4de88e2b61e.zip
chromium_src-930a732317022195f6ec5674f89fa4de88e2b61e.tar.gz
chromium_src-930a732317022195f6ec5674f89fa4de88e2b61e.tar.bz2
Block Avast! AV DLLs in sandboxed processes.
BUG=140140 Review URL: https://chromiumcodereview.appspot.com/10852008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149909 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/common/sandbox_policy.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/common/sandbox_policy.cc b/content/common/sandbox_policy.cc
index fb38648..b3d63c5 100644
--- a/content/common/sandbox_policy.cc
+++ b/content/common/sandbox_policy.cc
@@ -41,6 +41,7 @@ namespace {
const wchar_t* const kTroublesomeDlls[] = {
L"adialhk.dll", // Kaspersky Internet Security.
L"acpiz.dll", // Unknown.
+ L"aswjsflt.dll", // Avast! AV
L"avgrsstx.dll", // AVG 8.
L"babylonchromepi.dll", // Babylon translator.
L"btkeyind.dll", // Widcomm Bluetooth.
@@ -101,6 +102,7 @@ const wchar_t* const kTroublesomeDlls[] = {
L"sguard.dll", // Iolo (System Guard).
L"smum32.dll", // Spyware Doctor version 6.
L"smumhook.dll", // Spyware Doctor version 5.
+ L"snxhk.dll", // Avast! AV
L"ssldivx.dll", // DivX.
L"syncor11.dll", // SynthCore Midi interface.
L"systools.dll", // Panda Antivirus.