Commit eae5f836 authored by Alexandre Iooss's avatar Alexandre Iooss
Browse files

chipsec: mark broken on hardened kernels older than 5.4

parent e3d1294a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -74,5 +74,7 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://github.com/chipsec/chipsec";
    maintainers = with maintainers; [ johnazoidberg erdnaxe ];
    platforms = [ "x86_64-linux" ] ++ lib.optional (!withDriver) "x86_64-darwin";
    # https://github.com/chipsec/chipsec/issues/1793
    broken = withDriver && kernel.kernelOlder "5.4" && kernel.isHardened;
  };
}