ultravioletrs / cocos

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

Agent logs access control #65

Open danko-miladinovic opened 5 months ago

danko-miladinovic commented 5 months ago

Problem: The Agent sends its logs to the Manager. Therefore, only the Agent must be able to access those files to prevent information from being leaked outside the VM. For example, the Algorithm running inside the VM must not be able to write sensitive data to the Agent logs.

Solution: Implement access control in HAL Linux image.

drasko commented 4 months ago

@danko-miladinovic - a reminder that we should research this