From ab69d5f6cebe5ba41632de4a2e104b779dc7f6d2 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Wed, 4 Mar 2026 11:43:48 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 175a71c5..10018a8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,6 +130,11 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over 1. Want to know more? In our [wiki](https://github.com/openSUSE/osem/wiki) you can find more information about what is possible in our development environment, how we work with each other on github or other topics of interest for OSEM developers. +## Note on SELinux + +If you experience build issues related to misisng files. This will be likely related to SELinux. +Consider temporarily switching it to the permissive mode to eliminate this possiblity. + ## How to contribute translations Please refer to our [translation guide](https://github.com/openSUSE/osem/wiki/Translation) in the wiki.