|
|
|
|
|
by bhawks
1168 days ago
|
|
You want to enable this if your concerned about forensic attacks. A simple example would be someone has physical access to your device. They're able to power it down, and boot it with their own custom kernel. If the memory has not been eagerly zeroed they may be able to extract from RAM sensitive data. This flag puts an additional obstacle in the attacker's path. If you have private key material protecting valuable property, you definitely want to throw up as many roadblocks as possible. |
|
Wouldn’t the memory need to bee free’d first for this to have any effect?