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

(RHEL-2857) login: Add KEY_RESTART handling #411

Merged
merged 2 commits into from
Jan 20, 2024

Commits on Sep 11, 2023

  1. tree-wide: always declare bitflag enums the same way

    let's always use the 1 << x syntax. No change of behaviour or even of
    the compiled binary.
    
    (cherry picked from commit be0b7a1)
    
    Resolves: RHEL-2857
    poettering authored and lnykryn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fea141e View commit details
    Browse the repository at this point in the history
  2. login: Add KEY_RESTART handling

    KEY_RESTART is widely used in Linux to indicate device reboot.
    So lets handle it in the same fashion as KEY_POWER.
    
    Signed-off-by: Robert Marko <robert.marko@sartura.hr>
    (cherry picked from commit adbb2b6)
    
    Resolves: RHEL-2857
    robimarko authored and lnykryn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5c8a725 View commit details
    Browse the repository at this point in the history