feat: substitute disk commands by pure golang #2772
Labels
area/agent
area/immucore
enhancement
New feature or request
triage
Add this label to issues that should be triaged and prioretized in the next planning call
Currently we require several binaries both on agent and immucore to exist in the system.
This brings packages that might not be needed after install or that are a commodity (mount can be called directly as a syscall for example)
We should have a look into substituting those by a pure golang implementation like https://github.com/diskfs/go-diskfs
That means:
The text was updated successfully, but these errors were encountered: