Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/chipsec/helper/linux/linuxhelper.py b/chipsec/helper/linux/linuxhelper.py 2index 2fd65140..f3f26bcb 100644 3--- a/chipsec/helper/linux/linuxhelper.py 4+++ b/chipsec/helper/linux/linuxhelper.py 5@@ -153,7 +153,7 @@ class LinuxHelper(Helper): 6 else: 7 a2 = f'a2=0x{phys_mem_access_prot}' 8 9- driver_path = os.path.join(chipsec.file.get_main_dir(), "chipsec", "helper", "linux", "chipsec.ko") 10+ driver_path = os.path.join(chipsec.file.get_main_dir(), "drivers", "linux", "chipsec.ko") 11 if not os.path.exists(driver_path): 12 driver_path += ".xz" 13 if not os.path.exists(driver_path):