diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/nofork_noexec.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/nofork_noexec.txt b/docs/nofork_noexec.txt index 2fb184a03..a24dd9c27 100644 --- a/docs/nofork_noexec.txt +++ b/docs/nofork_noexec.txt | |||
@@ -99,6 +99,13 @@ applet_name. Thus, for example, caller does not need to worry about | |||
99 | option_mask32 getting trashed. | 99 | option_mask32 getting trashed. |
100 | 100 | ||
101 | 101 | ||
102 | Calling NOEXEC applets | ||
103 | |||
104 | It's the same trusty spawn_and_wait(argv). If FEATURE_PREFER_APPLETS=y, | ||
105 | it does NOEXEC trick. It resets xfunc_error_retval = 1 and | ||
106 | logmode = LOGMODE_STDIO in the child. | ||
107 | |||
108 | |||
102 | Relevant CONFIG options | 109 | Relevant CONFIG options |
103 | 110 | ||
104 | FEATURE_PREFER_APPLETS | 111 | FEATURE_PREFER_APPLETS |