File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- e15b9622fcef58276464960124823108858dc646
1+ 1c2a5bc48c08d077982cbae3bb9cd03e2923683a
Original file line number Diff line number Diff line change 1313 },
1414 "features" : {},
1515 "runArgs" : [
16- // Minimal security options for nested podman (avoids --privileged):
17- // - label=disable: Required for mounting /proc in nested user namespace
18- // - unmask=/proc/*: Allows access to /proc paths needed for nested containers
16+ // In general we hope that the outer environment has set up
17+ // a user namespace to keep this secure.
18+ " --cap-add=all" ,
19+ // Required for mounting /proc in nested user namespace
1920 " --security-opt" , " label=disable" ,
21+ // Allows access to /proc paths needed for nested containers
2022 " --security-opt" , " unmask=/proc/*" ,
2123 // Device access for nested containers and VMs
2224 " --device" , " /dev/net/tun" ,
25+ // I always want KVM
2326 " --device" , " /dev/kvm"
2427 ],
2528 "postCreateCommand" : {
You can’t perform that action at this time.
0 commit comments