mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

Users want to mount a tmpfs file system with secrets, and make sure the secret is never saved into swap. They can do this either by using a ramfs tmpfs mount or by passing `noswap` option to a tmpfs mount. Fixes: https://github.com/containers/podman/issues/19659 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>