mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-12-15 21:43:55 -05:00
Provide optional sysctl fs.binfmt_misc.status=0
This commit is contained in:
parent
9cabaa1bd1
commit
debd7a7b7a
2 changed files with 7 additions and 3 deletions
|
|
@ -57,8 +57,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.
|
||||
- Provide the option to 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