Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux: ensure that group dir fd is closed
The CLOEXEC flag on the fd will ensure that the directory is closed on the child, but also need to close the fd in the parent.
- Loading branch information