mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Typo
This commit is contained in:
parent
d2d024ebe9
commit
9cabaa1bd1
@ -196,7 +196,7 @@ vm.max_map_count=1048576
|
||||
## 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.
|
||||
## Otherwise arbitrary executables with recognized file formats will be passed to relevant user space applications.
|
||||
## These interpreters will thn run with root permissions when a setuid binary is owned by root.
|
||||
## These interpreters will then run with root permissions when a setuid binary is owned by root.
|
||||
## Can stop maliciously crafted files with specific file extensions from automatically executing.
|
||||
## Breaks many scripts that do not have appropriate shebang interpreter directives (#!/bin/...).
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user