mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
shared/subprocess: Fixes imports.
Signed-off-by: Mark Laing <mark.laing@canonical.com>
This commit is contained in:
parent
f45832c4a9
commit
ff509220ad
@ -3,8 +3,9 @@
|
||||
package subprocess
|
||||
|
||||
import (
|
||||
"github.com/lxc/lxd/shared/idmap"
|
||||
"syscall"
|
||||
|
||||
"github.com/lxc/lxd/shared/idmap"
|
||||
)
|
||||
|
||||
// SetUserns allows running inside of a user namespace.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user