Attention is currently required from: Martin L Roth.
Hello Martin L Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/81420?usp=email
to look at the new patch set (#2).
Change subject: util/docker: Place proper SELinux labels on volumes ......................................................................
util/docker: Place proper SELinux labels on volumes
Without the :z (or :Z) option SELinux will deny running processes in the container. :z is used instead of :Z, as sharing the container content is wanted in this situation.
There are some pitfalls of using the :z or :Z option, however, as far as I know there should not be any issues with that when using this makefile.
TEST=Works with an SELinux enabled system (Fedora 39)
Change-Id: I0a5000471d3578ddb79f532af4713f289919e2da Signed-off-by: Nicholas Sudsgaard devel+coreboot@nsudsgaard.com --- M util/docker/Makefile 1 file changed, 9 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/81420/2