test/sandbox: verify outcome via mountinfo
All checks were successful
Test / Fpkg (push) Successful in 36s
Test / Create distribution (push) Successful in 4m56s
Test / Fortify (push) Successful in 6m33s
Test / Data race detector (push) Successful in 7m3s
Test / Flake checks (push) Successful in 54s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-24 01:39:31 +09:00
parent 1eb837eab8
commit 0eb1bc6301
9 changed files with 361 additions and 361 deletions

View File

@@ -14,14 +14,18 @@ let
;
};
ent = fsname: dir: type: opts: freq: passno: {
ignore = "//ignore";
ent = root: target: vfs_optstr: fstype: source: fs_optstr: {
id = -1;
parent = -1;
inherit
fsname
dir
type
opts
freq
passno
root
target
vfs_optstr
fstype
source
fs_optstr
;
};
@@ -34,6 +38,7 @@ let
inherit
fs
ent
ignore
;
};
in
@@ -44,12 +49,6 @@ let
share = foot;
packages = [ ];
command = "${checkSandbox tc.name tc.want} > /dev/console";
extraPaths = [
{
src = "/proc/mounts";
dst = "/.fortify/mounts";
}
];
};
in
{