mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
fb9b298ca4
We do this by maintaining a mask (for each pid) giving the fds to be closed on exec. We wrap functions that close fds so that their close-on-exec bits can be cleared at that point. This implementation may close the fds even if the execve operation ultimately fails. |
||
---|---|---|
.. | ||
hush_test | ||
fnmatch.c | ||
glob.c | ||
glob.h | ||
hush.c | ||
hushleaktool.sh | ||
match.c | ||
match.h | ||
math.c | ||
math.h | ||
random.c | ||
random.h | ||
shell.common.c | ||
shell.common.h |