Add support for SELinux systems

This commit is contained in:
Niklas Sombert
2024-12-12 14:30:23 +01:00
committed by tobiaskussel
parent 4c6f9e0f13
commit c530b55aa4
4 changed files with 34 additions and 8 deletions

View File

@ -3,6 +3,7 @@
source lib/functions.sh
exitIfNotRoot
checkAndSetSelinux
if [ $# -eq 0 ]; then
log "ERROR" "Please provide a Project as argument"