Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the build script work with SELinux
Generally speaking the scripts are executed from a user's homedirectory. By default the SELinux context will be: unconfined_u:object_r:user_home_t:s0 For podman to work with SELinux enable the context needs to be system_u:object_r:container_file_t:s0. Podman can do this automatically if the volume is made with the :z attribute.
- Loading branch information