config: force strict policy to ASM-bridged shared players.
authorKrisztian Litkey <kli@iki.fi>
Thu, 3 Oct 2013 16:44:06 +0000 (19:44 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:11 +0000 (18:37 +0200)
Change-Id: I66a695acd82f197d6432ecda2ff07c55e442f726

packaging.in/murphy.lua

index 1dabe37..b074811 100644 (file)
@@ -51,7 +51,7 @@ end
 if m:plugin_exists('resource-asm') then
     m:load_plugin('resource-asm', {
         zone = "driver",
-        share_mmplayer = "player:AVP,mandatory,exclusive,relaxed",
+        share_mmplayer = "player:AVP,mandatory,exclusive,strict",
         ignored_argv0 = "WebProcess"
     })
 else