Y
Hacker News
new
|
ask
|
show
|
jobs
by
fabiospampinato
862 days ago
Yes but now in non-linux systems you have the pretty large overhead of that.
1 comments
mborch
861 days ago
On MacOS, you have built-in sandboxing via "sandbox-exec" which shouldn't incur any noticeable overhead. It's used by Chrome, Bazel, etc.
Not sure what's available on Windows.
link
int_19h
859 days ago
Windows has a lot of things in this department.
https://github.com/microsoft/Windows-Sandbox-Utilities
sounds similar to what you describe, but there are also finer-grained APIs:
https://learn.microsoft.com/en-us/windows/win32/secauthz/app...
link
Not sure what's available on Windows.