Skip to content

Commit

Permalink
Merge pull request containers#11752 from Luap99/machine-no-userns
Browse files Browse the repository at this point in the history
podman machine: do not join userns
  • Loading branch information
openshift-merge-robot authored Sep 27, 2021
2 parents e19a09c + c668ca8 commit 869cb9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/rootless/rootless_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ can_use_shortcut ()
continue;

if (strcmp (argv[argc], "mount") == 0
|| strcmp (argv[argc], "machine") == 0
|| strcmp (argv[argc], "search") == 0
|| (strcmp (argv[argc], "system") == 0 && argv[argc+1] && strcmp (argv[argc+1], "service") != 0))
{
Expand Down

0 comments on commit 869cb9a

Please sign in to comment.