Thursday, 15 March 2012

Is there seccomp analogue for Windows -



Is there seccomp analogue for Windows -

is there seccomp works on windows?

it should limit syscalls limited set, reading , writing opened files.

the 1 described sandbox chromium not seccomp, based on usual file permissions , windows security objects, not on limiting access syscalls.

no, there nil seccomp works on windows. closest there traditional permissions disable privileged syscalls. currently, there no way whitelist or blacklist entire arbitrary syscalls, or syscall arguments on windows.

windows seccomp

No comments:

Post a Comment