Skip to content

Commit

Permalink
[fuzzilli] Disable core dumps using ulimit rather than sysctl
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Jun 18, 2024
1 parent dad2fc5 commit dfbc7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions services/fuzzilli/fuzzilli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set -e
set -x
set -o pipefail

# disable core dumps
ulimit -c 0

# shellcheck source=recipes/linux/common.sh
source "$HOME/.local/bin/common.sh"
Expand Down
3 changes: 0 additions & 3 deletions services/fuzzilli/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ get-tc-secret google-logging-creds /etc/google/auth/application_default_credenti
}
trap onexit EXIT

# set sysctls defined in setup.sh
sysctl --load /etc/sysctl.d/60-fuzzilli.conf

su ubuntu -c "$0"
else
echo "Launching fuzzilli run."
Expand Down

0 comments on commit dfbc7ec

Please sign in to comment.