From 522a302ef417c3443300b377fcd1e0727fdf8043 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 20 Sep 2018 13:44:03 +0200 Subject: [PATCH] prepare-root.sh: don't switch selinux enforcing mode --- prepare-root.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/prepare-root.sh b/prepare-root.sh index b45b82b..77290c6 100755 --- a/prepare-root.sh +++ b/prepare-root.sh @@ -120,7 +120,6 @@ VERSION_ID="${RELEASEVER}.$(date -u +'%Y%m%d%H%M%S')" OUTDIR=${OUTDIR:-"${CURDIR}/${NAME}-${VERSION_ID}"} GPGKEY=${GPGKEY:-${NAME}.gpg} REPOSD=${REPOSD:-/etc/yum.repos.d} -readonly OLD_SELINUX=$(getenforce) [[ $TMPDIR ]] || TMPDIR=/var/tmp readonly TMPDIR="$(realpath -e "$TMPDIR")" @@ -143,15 +142,12 @@ trap ' [[ -d "$i" ]] && mountpoint -q "$i" && umount "$i" done [[ $MY_TMPDIR ]] && rm -rf --one-file-system -- "$MY_TMPDIR" - setenforce $OLD_SELINUX exit $ret; ' EXIT # clean up after ourselves no matter how we die. trap 'exit 1;' SIGINT -#setenforce 0 - if ! [[ -f "${BASEDIR}"/linuxx64.efi.stub ]]; then cp /lib/systemd/boot/efi/linuxx64.efi.stub "${BASEDIR}"/linuxx64.efi.stub fi @@ -601,5 +597,4 @@ cat > "${OUTDIR%/*}/${NAME}-latest.json" <