Recently I've been studying the sandboxie source code,But I don't know how dcomlaunch calls createprocess successfully #2860
Replies: 1 comment 4 replies
-
could you please elaborate why you expect createprocessasuser not being available? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use sandboxie,I set up these configurations
{
UnfilteredToken=y
OriginalToken=y
UnrestrictedToken=y
NoSecurityIsolation=y
OpenCredentials=y
NoSandboxieDesktop=y
}
dcomlaunch should be the privilege of the current user, but why should it call creatprocessasuser successfully?
I can probably guess that the driver did something,But I can't find the code to do that
If anyone can help me, I will be very grateful
Beta Was this translation helpful? Give feedback.
All reactions