]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec.
authornectar <nectar@FreeBSD.org>
Wed, 11 Sep 2002 16:41:39 +0000 (16:41 +0000)
committernectar <nectar@FreeBSD.org>
Wed, 11 Sep 2002 16:41:39 +0000 (16:41 +0000)
commitc9164bea19b0a4c68e44ba6441e161696fc536f8
treefb0e1627a81af9ff65b8f97a283a03bc8ae85c31
parent927cfce43ea563f6042a80a8c89cb2357e15173e
In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec.
Applications can not do this themselves, as the descriptors are hidden
behind the opaque `kvm_t' type.
lib/libkvm/kvm.c