Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
systemd.4328
0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-duppi...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch of Package systemd.4328
From 85c08dc013f9f99b58bc9b79284af0b35304237b Mon Sep 17 00:00:00 2001 From: Lennart Poettering <lennart@poettering.net> Date: Tue, 13 May 2014 16:35:34 +0200 Subject: [PATCH] pam_systemd: use F_DUPFD_CLOEXEC when dupping session fds http://lists.freedesktop.org/archives/systemd-devel/2014-May/019034.html --- src/login/pam-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git src/login/pam-module.c src/login/pam-module.c index 9873dd5..1259457 100644 --- src/login/pam-module.c +++ src/login/pam-module.c @@ -475,7 +475,7 @@ _public_ PAM_EXTERN int pam_sm_open_session( } if (session_fd >= 0) { - session_fd = dup(session_fd); + session_fd = fcntl(session_fd, F_DUPFD_CLOEXEC, 3); if (session_fd < 0) { pam_syslog(handle, LOG_ERR, "Failed to dup session fd: %m"); return PAM_SESSION_ERR; -- 1.7.9.2
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