#2 New kernel signing keys say "CentOS" instead of "CentOS Linux"
Merged 3 years ago by hughesjr. Opened 3 years ago by bstinson.
centos/ bstinson/t_functional fix-kernel-signing-keys  into  master

@@ -28,7 +28,7 @@ 

    for id in kpatch "Driver update" kernel

    do

      t_Log "Verifying x.509 CentOS ${id}"

-     keyctl list %:$ring | grep -i "CentOS Linux ${id} signing key" > /dev/null 2>&1

+     keyctl list %:$ring | grep -i "CentOS \(Linux \)\?${id} signing key" > /dev/null 2>&1

      t_CheckExitStatus $?

    done

  else

This checks for both "CentOS <ID> signing key" and "CentOS Linux <ID> signing key" strings in the kernel keyrings.

Pull-Request has been merged by hughesjr

3 years ago
Metadata