Skip to content

community/autologin: change pam_permit to pam_rootok

donoban requested to merge donoban/aports:autologin-fixpam into master

I think that pam_rootok is better option here. If I'm not wrong, using pam_permit makes autologin act similar to a suid binary.

Since in most configurations autologin is started by root, pam_rootok is enough. (tested with tinydm).

Merge request reports