commit: 0af725155ec24bc6c38df7e720b86b67e5f2e016
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 12:11:35 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 12:12:24 2019 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=0af72515
tools-systemd/run-arm64.sh: no grsec kernel
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
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 &