File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/coreos/go-semver v0.3.1
17
17
github.com/cpuguy83/go-md2man/v2 v2.0.7
18
18
github.com/digitalocean/go-qemu v0.0.0-20221209210016-f035778c97f7
19
- github.com/diskfs/go-diskfs v1.6.0 // gomodjail:unconfined
19
+ github.com/diskfs/go-diskfs v1.6.1-0.20250518130040-b3152784dab9 // gomodjail:unconfined
20
20
github.com/docker/go-units v0.5.0
21
21
github.com/elastic/go-libaudit/v2 v2.6.2
22
22
github.com/foxcpp/go-mockdns v1.1.0
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ github.com/digitalocean/go-qemu v0.0.0-20221209210016-f035778c97f7 h1:3OVJAbR131
55
55
github.com/digitalocean/go-qemu v0.0.0-20221209210016-f035778c97f7 /go.mod h1:K4+o74YGNjOb9N6yyG+LPj1NjHtk+Qz0IYQPvirbaLs =
56
56
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U =
57
57
github.com/dimchansky/utfbom v1.1.1 /go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE =
58
- github.com/diskfs/go-diskfs v1.6.0 h1:YmK5+vLSfkwC6kKKRTRPGaDGNF+Xh8FXeiNHwryDfu4 =
59
- github.com/diskfs/go-diskfs v1.6.0 /go.mod h1:bRFumZeGFCO8C2KNswrQeuj2m1WCVr4Ms5IjWMczMDk =
58
+ github.com/diskfs/go-diskfs v1.6.1-0.20250518130040-b3152784dab9 h1:pykEg46HBYZmfmnaHj5qxXBuZRGGh6pG8XIqcBD2M9E =
59
+ github.com/diskfs/go-diskfs v1.6.1-0.20250518130040-b3152784dab9 /go.mod h1:bRFumZeGFCO8C2KNswrQeuj2m1WCVr4Ms5IjWMczMDk =
60
60
github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c =
61
61
github.com/djherbis/times v1.6.0 /go.mod h1:gOHeRAz2h+VJNZ5Gmc/o7iD9k4wW7NMVqieYCY99oc0 =
62
62
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI =
Original file line number Diff line number Diff line change @@ -205,8 +205,7 @@ if [[ -n ${CHECKS["param-env-variables"]} ]]; then
205
205
limactl shell " $NAME " test -e /tmp/param-dependency
206
206
limactl shell " $NAME " test -e /tmp/param-probe
207
207
limactl shell " $NAME " test -e /tmp/param-system
208
- # TODO re-enable once https://github.com/lima-vm/lima/issues/3308 is fixed
209
- # limactl shell "$NAME" test -e /tmp/param-user
208
+ limactl shell " $NAME " test -e /tmp/param-user
210
209
fi
211
210
212
211
if [[ -n ${CHECKS["set-user"]} ]]; then
Original file line number Diff line number Diff line change 19
19
DEPENDENCY : dependency
20
20
PROBE : probe
21
21
SYSTEM : system
22
- # TODO re-enable once https://github.com/lima-vm/lima/issues/3308 is fixed
23
- # USER: user
22
+ USER : user
24
23
25
24
provision :
26
25
- mode : ansible
@@ -31,9 +30,8 @@ provision:
31
30
script : " touch /tmp/param-$PARAM_DEPENDENCY"
32
31
- mode : system
33
32
script : " touch /tmp/param-$PARAM_SYSTEM"
34
- # TODO re-enable once https://github.com/lima-vm/lima/issues/3308 is fixed
35
- # - mode: user
36
- # script: "touch /tmp/param-$PARAM_USER"
33
+ - mode : user
34
+ script : " touch /tmp/param-$PARAM_USER"
37
35
- mode : data
38
36
path : /etc/sysctl.d/99-inotify.conf
39
37
content : |
You can’t perform that action at this time.
0 commit comments