[Bug 269189] security/plasma5-kscreenlocker: KDE lockscreen not unlocking

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 18 07:04:36 BST 2023


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269189

--- Comment #17 from Felix Palmen <zirias at freebsd.org> ---
(In reply to Alexander Motin from comment #16)

I have no idea what these messages are about :(

I don't see any relevant changes recently to lib/libpam or contrib/openpam in
base, and as pam_permit doesn't work for you either, it's pretty obvious the
whole service policy file isn't found/used.

Looking at the source of kscreenlocker, "kde" is clearly the default pam
service name, so it doesn't make sense to me right now. Maybe tracing syscalls
could shed some light. I just ran

> truss /usr/local/lib/libexec/kscreenlocker_greet --testing 2>/tmp/locker.log

and found this (as expected) in the log:

> open("/etc/pam.d/kde",O_RDONLY,0666)             ERR#2 'No such file or directory'
> open("/etc/pam.conf",O_RDONLY,0666)              ERR#2 'No such file or directory'
> open("/usr/local/etc/pam.d/kde",O_RDONLY,0666)   = 12 (0xc)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list