diff --exclude-from=exclude -N -u -r nsalibselinux/src/avc_internal.c libselinux-2.0.34/src/avc_internal.c --- nsalibselinux/src/avc_internal.c 2007-07-16 14:20:46.000000000 -0400 +++ libselinux-2.0.34/src/avc_internal.c 2007-09-24 11:37:47.000000000 -0400 @@ -61,7 +61,8 @@ rc = fd; goto out; } - + + fcntl(fd, F_SETFD, FD_CLOEXEC); if (!blocking && fcntl(fd, F_SETFL, O_NONBLOCK)) { close(fd); rc = -1;