Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #566 from cgwalters/setpriv-home
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero authored Nov 10, 2023
2 parents 0bb03ef + 0e7e1f3 commit 0a1d55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/isolation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub(crate) fn unprivileged_subprocess(binary: &str, user: &str) -> Command {
cmd.args([
"--no-new-privs",
"--init-groups",
"--reset-env",
"--reuid",
user,
"--bounding-set",
Expand Down

0 comments on commit 0a1d55f

Please sign in to comment.