Windows 8 introduced AppContainers to sandbox Windows Store Apps. Is there a public API in Windows 8 or 10 that allows you to sandbox arbitrary processes, not just store apps?
Asked
Active
Viewed 1,113 times
1
-
1https://github.com/MalwareTech/AppContainerSandbox – RbMm Jan 28 '17 at 19:10
-
Cheers @RbMm I hadn't been able to find any examples and the documentation for CreateAppContainerProfile states that it "Creates a per-user, per-app profile for Windows Store apps" so I assumed it only applied to app store applications. – ChrisD Jan 28 '17 at 19:24
-
1main use [PROC_THREAD_ATTRIBUTE_SECURITY_CAPABILITIES](https://msdn.microsoft.com/en-us/library/windows/desktop/ms686880(v=vs.85).aspx) - `If this attribute is set the new process will be created as an AppContainer process.` – RbMm Jan 28 '17 at 19:30