ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
23 stars 9 forks source link

COCOS-100 - Isolate the algorithm execution from Agent #120

Closed danko-miladinovic closed 2 months ago

danko-miladinovic commented 5 months ago

What type of PR is this?

This PR fixes the following issues:

100

65

What does this do?

This PR creates a Linux Namespace for the algorithm executable so that it cannot interfere with the Agent or the kernel.

Which issue(s) does this PR fix/relate to?

Resolves:

100

65

Have you included tests for your changes?

The tests will be included.

Did you document any new/modified feature?

The documentation will be updated in a separate PR to the cocos-docs repository.

Notes

danko-miladinovic commented 4 months ago

Is this one ready?

There is a problem with initramfs. It cannot perform the operation pivot_root. I am checking for a solution.

drasko commented 2 months ago

Closed in favor of Docker and Wasm runtimes