forked from ioi/isolate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let the proxy run with privileges of the calling user
We want to avoid having a privileged process anywhere inside the sandbox. On the other hand, running the proxy under the per-box user enables various kinds of mischief (like ptracing the proxy). Generally, we want to use a generic nobody-like UID, for which the caller's UID serves well.
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters