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

add encryption option: per-user encrypted homdir #379

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    92acd8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a61abc View commit details
    Browse the repository at this point in the history
  3. PAM

    christophhagemann authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c7b524a View commit details
    Browse the repository at this point in the history
  4. systemd-part

    christophhagemann authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e88a41d View commit details
    Browse the repository at this point in the history
  5. Cleanup

    christophhagemann authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e13ef00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34a1f10 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Cosmetic changes

    As requested by @rlaager - Thanks for the suggestions!
    christophhagemann authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6e28502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e9b1e8 View commit details
    Browse the repository at this point in the history
  3. shellcheck and update shellscripts

    Thanks for the hints!
    christophhagemann authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e9b2900 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Updated scripts in per-user-encrypted home directory section

    - Prevent two race conditions: between unlock (PAM) and mount (systemd) and between mount and the remaining login process
    - Minor cosmetic changes
    - Added the option to take a snapshot upon logout
    christophhagemann authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    bb9cc07 View commit details
    Browse the repository at this point in the history