Skip to content

Commit

Permalink
userns n security opts
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Dec 13, 2024
1 parent 9049769 commit 5833643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ profiles {
docker.enabled = true
docker.userEmulation = false
docker.fixOwnership = true
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64 --security-opt=no-new-privileges --userns=host'
}
arm {
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
Expand Down

0 comments on commit 5833643

Please sign in to comment.