Merge pull request #249 from raja-grewal/binfmt_misc

Disallow registering interpreters for miscellaneous binary formats
This commit is contained in:
Patrick Schleizer 2024-08-16 02:43:57 -04:00 committed by GitHub
commit ef60c5b153
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 0 deletions

View file

@ -63,6 +63,9 @@ space, user space, core dumps, and swap space.
- Increase the maximum number of memory map areas a process is able to utilize.
- Disallow registering interpreters for various (miscellaneous) binary formats based
on a magic number or their file extension to prevent unintended code execution.
- Disable core dump files and prevent their creation. If core dump files are
enabled, they will be named based on `core.PID` instead of the default `core`.