Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 664852 Details for
Bug 747967
sys-libs/pam-1.4.0_p20200829: pam_faillock(su:auth): Unknown option: conf
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove_faillock_warning.patch
remove_faillock_warning.patch (text/plain), 338 bytes, created by
Alexey Mishustin
on 2020-10-12 11:11:35 UTC
(
hide
)
Description:
remove_faillock_warning.patch
Filename:
MIME Type:
Creator:
Alexey Mishustin
Created:
2020-10-12 11:11:35 UTC
Size:
338 bytes
patch
obsolete
>--- a/modules/pam_faillock/pam_faillock.c 2020-10-12 13:34:21.810296574 +0300 >+++ b/modules/pam_faillock/pam_faillock.c 2020-10-12 13:37:51.656542341 +0300 >@@ -341,7 +341,7 @@ > opts->flags |= FAILLOCK_FLAG_LOCAL_ONLY; > } >- else { >+ else if (strcmp(name, "conf") != 0) { > pam_syslog(pamh, LOG_ERR, "Unknown option: %s", name); > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 747967
:
664849
| 664852 |
664855