We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After enabling the pam module by sudo authselect enable-feature with-pam-gnome-keyring selinux is getting in the way.
sudo authselect enable-feature with-pam-gnome-keyring
login[1223]: gkr-pam: couldn't run gnome-keyring-daemon: Permission denied audit[1223]: AVC avc: denied { execute } for pid=1223 comm="login" name="gnome-keyring-daemon" dev="dm-0" ino=790699 scontext=system_u:system_r:local_login_t:s0-s0:c0.c1023 tcontext=system_u:object_r:gkeyringd_exec_t:s0 tclass=file permissive=0 login[1164]: gkr-pam: gnome-keyring-daemon didn't start properly
This is needed when no graphical login is used.
The text was updated successfully, but these errors were encountered:
This is more complicated than expected. Once you get past this error, others come into play.
The daemon has to access the keychain folder in home and I'm not sure what else.
Not to mention that even the passwd command that creates the keychain and keeps the password updated has its own set of errors.
passwd
Sorry, something went wrong.
No branches or pull requests
After enabling the pam module by
sudo authselect enable-feature with-pam-gnome-keyring
selinux is getting in the way.This is needed when no graphical login is used.
The text was updated successfully, but these errors were encountered: