diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-15 03:30:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-15 04:00:55 +0900 |
| commit | 9ed3ba85eaba4bc4bd12b290dc4daf00ffe159dc (patch) | |
| tree | 03301910c40c59eb94029f1a93b1e74e21b5226a /test/sandbox/test.py | |
| parent | 4433c993fae86634b813ee212803a84aaeedd374 (diff) | |
hst/fs: implement overlay fstype
This finally exposes overlay mounts in the high level hakurei API.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/test.py')
| -rw-r--r-- | test/sandbox/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sandbox/test.py b/test/sandbox/test.py index 805d3081..3f8c7e30 100644 --- a/test/sandbox/test.py +++ b/test/sandbox/test.py @@ -55,6 +55,7 @@ print(machine.fail("sudo -u alice -i hakurei run capsh --has-p=CAP_SYS_ADMIN")) print(machine.fail("sudo -u alice -i hakurei run umount -R /dev")) # Check sandbox outcome: +machine.succeed("install -dm0777 /tmp/.hakurei-store-rw/{upper,work}") check_offset = 0 def check_sandbox(name): global check_offset |
