0

Windows Sandbox: update capability for SandboxType::kMediaFoundationCdm

This CL is to replace lpacAppServices with lpacInstrumentation for
SandboxType::kMediaFoundationCdm.

https://chromium-review.googlesource.com/c/chromium/src/+/2401506 has
a mistake of using lpacAppServices. Windows Media Foundation needs
lpacInstrumentation capability to access Windows Event Tracings and
Telemetries.

Bug: 999747
Change-Id: I68ba48b531dd9bb611db08073017a9bf562605f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462729
Reviewed-by: Will Harris <wfh@chromium.org>
Commit-Queue: Frank Li <frankli@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#816323}
This commit is contained in:
Frank Li
2020-10-12 22:32:16 +00:00
committed by Commit Bot
parent 1150e0fdc6
commit 5b36b82e2d

@ -699,7 +699,7 @@ ResultCode SetupAppContainerProfile(AppContainerProfile* profile,
!profile->AddCapability(L"lpacServicesManagement") ||
!profile->AddCapability(L"lpacSessionManagement") ||
!profile->AddCapability(L"lpacAppExperience") ||
!profile->AddCapability(L"lpacAppServices") ||
!profile->AddCapability(L"lpacInstrumentation") ||
!profile->AddCapability(L"lpacCryptoServices") ||
!profile->AddCapability(L"lpacEnterprisePolicyChangeNotifications")) {
DLOG(ERROR)