mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
sops-install-secrets: use noswap mount option with tmpfs
This commit is contained in:
parent
edb2a27167
commit
10957db2de
5 changed files with 23 additions and 5 deletions
|
|
@ -306,7 +306,7 @@ in
|
|||
Use tmpfs in place of ramfs for secrets storage.
|
||||
|
||||
*WARNING*
|
||||
Enabling this option has the potential to write secrets to disk unencrypted if the tmpfs volume is written to swap. Do not use unless absolutely necessary.
|
||||
On Linux kernels earlier than 6.4, enabling this option has the potential to write secrets to disk unencrypted if the tmpfs volume is written to swap. Do not use unless absolutely necessary.
|
||||
|
||||
When using a swap file or device, consider enabling swap encryption by setting the `randomEncryption.enable` option
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue