mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12:27 +00:00
Add .PLEDGE/.CPU/.MEMORY/etc. to Landlock Make 1.2
This commit is contained in:
parent
6c0bbfac4a
commit
7ab15e0b23
20 changed files with 494 additions and 329 deletions
2
third_party/make/function.c
vendored
2
third_party/make/function.c
vendored
|
@ -1640,7 +1640,7 @@ func_shell_base (char *o, char **argv, int trim_newlines)
|
|||
child.output.err = errfd;
|
||||
child.environment = envp;
|
||||
|
||||
pid = child_execute_job (&child, 1, command_argv);
|
||||
pid = child_execute_job (&child, 1, command_argv, false);
|
||||
|
||||
free (child.cmd_name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue