diff options
author | Ron Yorston <rmy@pobox.com> | 2020-06-09 16:26:34 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-06-09 16:52:45 +0100 |
commit | 32833bc06873f83c786232617b4390b60252c417 (patch) | |
tree | 8f175374e2f43538ab65c5b5b550cd10d71bc0de /win32 | |
parent | 4fe76647b356a85810fa3d355d7ad0512be1210c (diff) | |
download | busybox-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 'win32')
0 files changed, 0 insertions, 0 deletions