Re: [PATCH] Reset encryptionPassphrase when we reset the rest of storage.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ack

On 03/16/2009 12:54 PM, David Lehman wrote:
Any devices we have keys for already have their key saved in a hash
based on the LUKS UUID, so we will not lose information. We are only
resetting the global passphrase used for newly created devices.
---
  storage/__init__.py |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/storage/__init__.py b/storage/__init__.py
index 8207156..e4a7d43 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -207,6 +207,7 @@ class Storage(object):

          """
          # save passphrases for luks devices so we don't have to reprompt
+        self.encryptionPassphrase = None
          for device in self.devices:
              if device.format.type == "luks" and device.format.exists:
                  self.__luksDevs[device.format.uuid] = device.format._LUKS__passphrase


--
David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux