F
Frank Slootweg
Walter Roberson said::> As others have said: make sure your processes memory space cannot be moved
:> to permanent storage due to swapping or hibernation for example.
: This should be done for *performance* reasons, not for *security*
:reasons. The swap area should only be accessible to the super user (the
:OP is using Linux) and the super user can get into the process address
:space anyway, whether on (swap) disk (/dev/[r]dsk) or in memory
/dev/[k]mem).
You are assuming, Frank, access while the system is still running.
If the system is decommissioned (or the drive stolen), it is
more secure for the sensitive data to never have been swapped to
disk, than to assume that disk-scrubbing procedures will be used
before the disk was made available.
Good point. While you're at it, you (the OP) might also want to make
sure that the system never crashes and leaves a crash dump on disk.