assume nsm.ko is embedded in kernel
This commit is contained in:
parent
9ab33ecadc
commit
01f595657d
|
@ -112,8 +112,8 @@ mod enclaveos_shim {
|
|||
// TODO: error handling
|
||||
nitro_heartbeat();
|
||||
|
||||
eprintln!("Loading nsm.ko");
|
||||
insmod("/nsm.ko");
|
||||
// eprintln!("Loading nsm.ko");
|
||||
// insmod("/nsm.ko");
|
||||
}
|
||||
|
||||
fn nitro_heartbeat() {
|
||||
|
|
Loading…
Reference in New Issue