remove old stuff
This commit is contained in:
parent
7f2b60a622
commit
afe8820375
4 changed files with 1 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
||||||
## Target
|
## Target
|
||||||
CPU: i7-8650U (will get access on Friday)
|
CPU: i7-8650U (will get access on Friday) wrong
|
||||||
Kernel: 6.8 (latest that was tested in the paper)
|
Kernel: 6.8 (latest that was tested in the paper)
|
||||||
Defense: CONFIG_STRICT_MODULE_RWX (D1)
|
Defense: CONFIG_STRICT_MODULE_RWX (D1)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
boot = {
|
|
||||||
kernelPackages = pkgs.linuxPackages_6_8_hardened;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
microvm = {
|
|
||||||
volumes = [ {
|
|
||||||
mountPoint = "/var";
|
|
||||||
image = "target.img";
|
|
||||||
size = 256;
|
|
||||||
} ];
|
|
||||||
shares = [ {
|
|
||||||
proto = "9p";
|
|
||||||
tag = "ro-store";
|
|
||||||
source = "/nix/store";
|
|
||||||
mountPoint = "/nix/.ro-store";
|
|
||||||
} ];
|
|
||||||
|
|
||||||
hypervisor = "qemu";
|
|
||||||
socket = "control.socket";
|
|
||||||
};
|
|
||||||
}
|
|
BIN
code/target.img
BIN
code/target.img
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue