public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH encrypted swsusp 2/3] configuration
@ 2005-04-10 23:19 Andreas Steinmetz
  0 siblings, 0 replies; only message in thread
From: Andreas Steinmetz @ 2005-04-10 23:19 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Linux Kernel Mailinglist

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

The following patch includes the necessary kernel configuration option.
-- 
Andreas Steinmetz                       SPAMmers use robotrap@domdv.de



[-- Attachment #2: swsusp-encrypt-config.diff --]
[-- Type: text/plain, Size: 663 bytes --]

--- linux-2.6.11.2/kernel/power/Kconfig.ast	2005-04-10 20:44:48.000000000 +0200
+++ linux-2.6.11.2/kernel/power/Kconfig	2005-04-10 21:01:36.000000000 +0200
@@ -72,3 +72,14 @@
 	  suspended image to. It will simply pick the first available swap 
 	  device.
 
+config SWSUSP_ENCRYPT
+	bool "Encrypt suspend image"
+	depends on SOFTWARE_SUSPEND && CRYPTO=y && (CRYPTO_AES=y || CRYPTO_AES_586=y)
+	default ""
+	---help---
+	  To prevent data gathering from swap after resume you can encrypt
+	  the suspend image with a temporary key that is deleted on
+	  resume.
+
+	  Note that the temporary key is stored unencrypted on disk while the
+	  system is suspended.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-10 23:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-10 23:19 [PATCH encrypted swsusp 2/3] configuration Andreas Steinmetz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox