crops / poky-container

A container image that is able to run bitbake/poky. It has helpers to create users and groups within the container. This is so that the output generated in the container will be readable by the user on the host.
GNU General Public License v2.0
206 stars 94 forks source link

README.md: run command with SELinux enforcing #56

Closed diegorondini closed 3 years ago

diegorondini commented 3 years ago

When SELinux is in enforcing mode, the user in the container can't create or modify files in workdir, unless they are correctly labelled. See: https://github.com/crops/poky-container/commit/e2daa6a2fa1acdeae15241644531643b259d18da Provide run command line to clarify.

diegorondini commented 3 years ago

Hi @diegorondini,

Would you wrap the commit message at 78 characters and add a "Signed-off-by" as described here?

Done. Sorry, I promise I will never trust Github web edit anymore!