Skip to content
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

Set correct map name for existing LUKS devices #991

Commits on Sep 14, 2021

  1. Set correct map name for existing LUKS devices

    We assume that all LUKS device are named luks-<UUID>. This is true
    for devices activated by us or UDisks, but manually opened devices
    can have a different name. This change uses sysfs holders to check
    the "real" name for opened LUKS devices and makes sure we always
    set correct state for the LUKS format based on the name (we check
    whether /dev/mapper/<map_name> exists when checking whether the
    LUKS format is active or not).
    vojtechtrefny committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    621ba9a View commit details
    Browse the repository at this point in the history