#812 Makefile requires root
Closed: Fixed 5 years ago by tibbs. Opened 5 years ago by bex.

It appears that on stock F28, podman requires root to be able to mount and relabel the build directory. This should be verified and documented in the README


It seems that it works out of the box on F30. And might be F29. @eclipseo or @decathorpe got it running without any additional steps too.

But I agree that we need to document it.

What it needed for me was the following:

usermod --add-subgids 10000-75535 tibbs
usermod --add-subuids 10000-75535 tibbs

(as root). After that, I could run podman properly. This is on F28.

I suppose this can be reverted now.

Login to comment on this ticket.

Metadata