diff options
author | Wolfgang Bumiller <wry.git@bumiller.com> | 2013-11-15 11:54:27 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-15 11:09:37 +0100 |
commit | 20127e732c66897506449c38baff9ec1a893032c (patch) | |
tree | 5ab307081b4b8329ac199753592915b3ca929e78 /contrib/PKGBUILD.vim | |
parent | 759c48cd34235a0650f8189223b812dad53780cc (diff) | |
download | pacman-20127e732c66897506449c38baff9ec1a893032c.tar.gz pacman-20127e732c66897506449c38baff9ec1a893032c.tar.xz |
Close file descirptor before fork
FreeBSD chroot(2) fails with EPERM when a directory file descriptor is open
with either `kern.chroot_allow_open_directories` being 0, or when the process
already is inside a chroot. This is exposed in alpm_run_chroot that uses
opendir() to open a file descriptor to the current directory before doing
the forking and chrooting. Since the file descriptor is not used in the
forked process, we close it.
Fixes FS#36161.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/PKGBUILD.vim')
0 files changed, 0 insertions, 0 deletions