Merge pull request #792 from isaak654/patch-5

Disable OpenSmartCard reference
This commit is contained in:
DavidXanatos 2021-06-02 18:51:35 +02:00 committed by GitHub
commit 84c704ea80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void CNewBoxWindow::CreateBox()
case eHardened: case eHardened:
pBox.objectCast<CSandBoxPlus>()->SetBool("DropAdminRights", true); pBox.objectCast<CSandBoxPlus>()->SetBool("DropAdminRights", true);
pBox.objectCast<CSandBoxPlus>()->SetBool("ClosePrintSpooler", true); pBox.objectCast<CSandBoxPlus>()->SetBool("ClosePrintSpooler", true);
pBox.objectCast<CSandBoxPlus>()->SetBool("OpenSmartCard", false); //pBox.objectCast<CSandBoxPlus>()->SetBool("OpenSmartCard", false);
break; break;
case eLegacy: case eLegacy:
pBox.objectCast<CSandBoxPlus>()->SetBool("UnrestrictedSCM", true); pBox.objectCast<CSandBoxPlus>()->SetBool("UnrestrictedSCM", true);