-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encrypted swap is not recognized #916
Comments
The partition should be recognized as a LUKS device ( |
|
Weird, even |
Ah!
In
|
Yes, that explains it. Plain doesn't have a header so we don't detect it as a encrypted device. There are two things we can use in UDisks: the crypttab entry and the fact the device is open so we can use the dm-crypt device to mark the backing device as encrypted. Definitely something we can look into in the future but for now UDisks behaves as expected (unfortunately). |
Thanks for the information. |
My laptop has a LUKS encrypted swap partition which udisks does not recognize as either swap or encrypted partition
lsblk does show it correctly
The text was updated successfully, but these errors were encountered: