This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

commit dc8088ae2ffb12f8d835066ddf34668da9d3b08c
Author: Justin M. Forbes <[email protected]>
Date:   Tue Feb 20 09:47:46 2018 -0600

    Add informational text for secureboot and vulnerabilities
---
 runtests.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/runtests.sh b/runtests.sh
index 8820c2b..aba8fc9 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -190,6 +190,16 @@ else
        printf "Submit your results to: 
https://apps.fedoraproject.org/kerneltest/\n";
 fi
 
+echo "The following information is not submitted with your log"
+echo "it is for informational purposes only"
+
+if [ -f /usr/bin/pesign ]; then
+       echo "Checking for kernel signature:"
+       /usr/bin/pesign -i /boot/vmlinuz-$kver -S | grep "common name"
+fi
+
+echo "Vulnerability status:"
+grep . /sys/devices/system/cpu/vulnerabilities/*
 
 if [ "$cleanrun" == "FAIL" ]; then
        exit 1

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to