mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-28 03:10:34 -05:00
Merge pull request #249 from raja-grewal/binfmt_misc
Disallow registering interpreters for miscellaneous binary formats
This commit is contained in:
commit
ef60c5b153
2 changed files with 23 additions and 0 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue