We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b2a0c commit 89a243eCopy full SHA for 89a243e
src/pam_openrc/pam_openrc.c
@@ -28,6 +28,8 @@ exec_openrc(pam_handle_t *pamh, bool opening)
28
return PAM_SUCCESS;
29
30
setenv("EINFO_LOG", "pam_openrc", true);
31
+ setenv("EINFO_QUIET", "yes", true);
32
+ setenv("EERROR_QUIET", "yes", true);
33
34
if (pam_get_item(pamh, PAM_SERVICE, (const void **)&session) != PAM_SUCCESS) {
35
elog(LOG_ERR, "Failed to get PAM_SERVICE");
0 commit comments