mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-20 22:34:12 -04:00
Clarify
This commit is contained in:
parent
f699eb02a2
commit
9fbee9fc82
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ vm.max_map_count=1048576
|
||||||
|
|
||||||
## Disable the miscellaneous binary format virtual file system to prevent unintended code execution.
|
## Disable the miscellaneous binary format virtual file system to prevent unintended code execution.
|
||||||
## Prevents registering interpreters for various binary formats based on a magic number or their file extension.
|
## Prevents registering interpreters for various binary formats based on a magic number or their file extension.
|
||||||
## If arbitrary executable file formats are recognised, they will be passed to relevant user space applications.
|
## Otherwise arbitrary executables with recognized file formats will be passed to relevant user space applications.
|
||||||
## These interpreters will run with root permissions when a setuid binary is owned by root.
|
## These interpreters will the run with root permissions when a setuid binary is owned by root.
|
||||||
## Can stop maliciously crafted files with specific file extensions from automatically executing.
|
## Can stop maliciously crafted files with specific file extensions from automatically executing.
|
||||||
## Breaks many scripts that do not have appropriate shebang interpreter directives (#!/bin/...).
|
## Breaks many scripts that do not have appropriate shebang interpreter directives (#!/bin/...).
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue