c0c0n3 / odoo.box

All of Martel's Odoo stack on just one NixOS machine.
MIT License
3 stars 0 forks source link

Make sure Agez secrets aren't leaked to storage #21

Open c0c0n3 opened 3 months ago

c0c0n3 commented 3 months ago

At the moment the Agez module uses tmpfs as a storage backend. While this is a RAM filesystem, some of its contents could be swapped out to disk if the system has a swap partition or file. Ideally we should use ramfs like Agenix does, but this is more work which is why we opted for tmpfs initially.

See also:

c0c0n3 commented 3 months ago

Before going ahead with this, consider #22.