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

runtime-cleanup: Do not purge pam binaries #1385

Closed
wants to merge 1 commit into from

Commits on Mar 6, 2024

  1. runtime-cleanup: Do not purge pam binaries

    In order to migrate from X.Org to Wayland [1], GNOME Kiosk needs to be
    run in a new PAM session.
    
    After an update in systemd, the session is failing to start because the
    PAM binaries are not found with the following error:
    
        Starting [email protected] - User Manager for UID 0...
        pam_unix(systemd-user:account): helper binary execve failed: No such file or directory
        pam_unix(systemd-user:account): helper binary execve failed: No such file or directory
        PAM failed: Authentication service cannot retrieve authentication info
        [email protected]: Failed to set up PAM session: Operation not permitted
    
    Do not remove the PAM binaries in /usr/sbin to avoid this issue.
    
    [1] rhinstaller/anaconda#5485
    Signed-off-by: Martin Kolman <[email protected]>
    Signed-off-by: José Expósito <[email protected]>
    M4rtinK authored and jexposit committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3c62d46 View commit details
    Browse the repository at this point in the history