kraft net
almost unusable with multiple users
#992
Labels
kind/bug
Something isn't working
priority/medium
Issue which is important, but KraftKit is usable without it also.
Describe the bug
Trying to use the
kraft net
subcommands together withkraft run
is almost impossible when using multiple users.In order to create a network interface you need to use
sudo
, and then you should be able to use it insidekraft run
.But, to use it there, you also need to use
sudo
forkraft run
. This means that the user is changed and the path to the config also becomes changed (effectively using the home ofroot
).This can prove confusing as people ca run:
sudo kraft run
kraft ps
And then see no output, even though they should.
Steps to reproduce
No response
Expected behavior
No response
Which architectures were you using or does this bug affect?
x86_64, arm, arm64
Which operating system were you using or does this bug affect?
linux/debian, linux/fedora, linux/alpine, linux/arch, linux/other
Relevant log output
No response
The text was updated successfully, but these errors were encountered: