Skip to content

Commit

Permalink
ignore max_file_size for dotnet languages
Browse files Browse the repository at this point in the history
  • Loading branch information
blackav committed Oct 14, 2024
1 parent 967d367 commit e330303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ej-suid-container.c
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,7 @@ apply_language_profiles(void)
limit_rss_size = limit_vm_size;
limit_vm_size = -1;
}
limit_file_size = -1;
} else if (!strcmp(language_name, "make")) {
enable_sys_fork = 1;
enable_sys_execve = 1;
Expand Down

0 comments on commit e330303

Please sign in to comment.