aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-06-09 16:26:34 +0100
committerRon Yorston <rmy@pobox.com>2020-06-09 16:52:45 +0100
commit32833bc06873f83c786232617b4390b60252c417 (patch)
tree8f175374e2f43538ab65c5b5b550cd10d71bc0de /docs
parent4fe76647b356a85810fa3d355d7ad0512be1210c (diff)
downloadbusybox-w32-32833bc06873f83c786232617b4390b60252c417.tar.gz
busybox-w32-32833bc06873f83c786232617b4390b60252c417.tar.bz2
busybox-w32-32833bc06873f83c786232617b4390b60252c417.zip
ash: treat all applets as NOEXEC
In standalone shell mode tryexec() treats all applets as NOEXEC. Except for the shell: calling ash_main() recursively seems unwise. This avoids creating a new process for the applet (which is a Good Thing on Microsoft Windows where creating processes is expensive) but leaves the resources used by the invoking shell in the current process.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions