Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
pam.20951
empty_nologin.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File empty_nologin.patch of Package pam.20951
Index: Linux-PAM-1.1.5/modules/pam_nologin/pam_nologin.c =================================================================== --- Linux-PAM-1.1.5.orig/modules/pam_nologin/pam_nologin.c +++ Linux-PAM-1.1.5/modules/pam_nologin/pam_nologin.c @@ -109,6 +109,10 @@ static int perform_check(pam_handle_t *p goto clean_up_fd; } + if (st.st_size == 0) { + pam_syslog(pamh, LOG_NOTICE, "nologin active !!!"); + } + mtmp = malloc(st.st_size+1); if (!mtmp) { pam_syslog(pamh, LOG_ERR, "out of memory");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor