Update process.c

Fix typo in comment
This commit is contained in:
Sebastian G 2023-04-14 19:22:49 +02:00 committed by GitHub
parent b65e2722b4
commit cb561921c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ _FX PROCESS *Process_Create(
proc->dont_open_for_boxed = !proc->bAppCompartment && Conf_Get_Boolean(proc->box->name, L"DontOpenForBoxed", 0, TRUE);
//
// Sandboxie atempts to protect per process rules by allowing them only for host binaries
// Sandboxie attempts to protect per process rules by allowing them only for host binaries
// this however has an obvious weakness, as those processes can still load boxed DLL's
// with this option we can prevent that
//