remove old stuff

This commit is contained in:
twoneis 2025-03-12 17:12:13 +01:00
parent 7f2b60a622
commit afe8820375
4 changed files with 1 additions and 24 deletions

View file

@ -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)

View file

@ -1,5 +0,0 @@
{ pkgs, ... }: {
boot = {
kernelPackages = pkgs.linuxPackages_6_8_hardened;
};
}

View file

@ -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";
};
}

Binary file not shown.