From 0af725155ec24bc6c38df7e720b86b67e5f2e016 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 10 Apr 2019 08:11:35 -0400 Subject: [PATCH] tools-systemd/run-arm64.sh: no grsec kernel Signed-off-by: Anthony G. Basile --- tools-systemd/run-arm64.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools-systemd/run-arm64.sh b/tools-systemd/run-arm64.sh index 41c4afc8..95009f8a 100755 --- a/tools-systemd/run-arm64.sh +++ b/tools-systemd/run-arm64.sh @@ -31,8 +31,6 @@ prepare_confs() { main() { >zzz.log - undo_grsec - catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err for arch in arm64; do @@ -43,7 +41,6 @@ main() { do_stages ${arch} [[ $? == 1 ]] && echo "FAILURE at ${arch}" | tee zzz.log done - } main $1 &