We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e3958 commit 1deea98Copy full SHA for 1deea98
installer/sandbox.c
@@ -204,12 +204,12 @@ static int allow_create_subprocess() {
204
}
205
static int deny() {
206
fprintf(stderr, "Permission denied to create subprocess.\n");
207
- _exit(1);
+ _exit(126);
208
return -1;
209
210
static int not_supported(const char *function_name) {
211
fprintf(stderr, "Not supported function: %s\n", function_name);
212
213
214
215
#define RESOLVE_REAL(func) \
0 commit comments