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

Impose Access Restriction to the Recovery Shell #361

Closed
wants to merge 2 commits into from

Commits on Mar 20, 2018

  1. Impose Access Restriction to the Recovery Shell

    With this commit, to use recovery shell, users should authencate
    themselves by connecting their OpenPGP card to the machine, in order
    to prove they hold the very same secret key used to sign the boot file
    list used by Heads. If they fail to pass the authencation, the machine
    will exit from init and go kernel panic.
    
    This digital signature verification routine is grafted from another
    commit of mine.
    
    This time, the feature is controlled with an exported option
    "CONFIG_RECOVERY_NEED_AUTH" in board files.
    persmule committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    8fc6d43 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Merge branch 'master' into rcv-auth

    persmule authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    65eab4c View commit details
    Browse the repository at this point in the history