Closed JoshuaKrstic closed 1 month ago
It's probably the string in printed by the launcher "Mounts:[{Destination:/tmp/sized Size:222}]", together with the "tmpfs" print by the kernel, and some number in the timestamp causing the regex to pass the grep. Maybe adding "^" and "$" to the grep pattern in the test may do the trick.
It's probably the string in printed by the launcher "Mounts:[{Destination:/tmp/sized Size:222}]", together with the "tmpfs" print by the kernel, and some number in the timestamp causing the regex to pass the grep. Maybe adding "^" and "$" to the grep pattern in the test may do the trick.
I think we can also try replacing .*
with [[:space:]]
/gcbrun
/gcbrun
--The binary still needs to be updated.-- Until then, this feature will always be off. Which is fine ofc.
The binary has been updated and the flag exists.