mirror of
https://github.com/containers/podman.git
synced 2025-08-02 17:22:30 +08:00
Switch all rootful to rootfull
We are inconsistent on the name, we should stick with rootfull. [NO NEW TESTS NEEDED] Existing tests should handle this and no tests for machines exists yet. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -210,7 +210,7 @@ func createBasicSlirp4netnsCmdArgs(options *slirp4netnsNetworkOptions, features
|
||||
return cmdArgs, nil
|
||||
}
|
||||
|
||||
// setupSlirp4netns can be called in rootful as well as in rootless
|
||||
// setupSlirp4netns can be called in rootfull as well as in rootless
|
||||
func (r *Runtime) setupSlirp4netns(ctr *Container, netns ns.NetNS) error {
|
||||
path := r.config.Engine.NetworkCmdPath
|
||||
if path == "" {
|
||||
|
Reference in New Issue
Block a user