mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-21 10:10:20 -04:00
README.md: Make line lengths consistent
This commit is contained in:
parent
a9f238fe04
commit
eb72163d57
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -207,13 +207,15 @@ Networking:
|
||||||
|
|
||||||
**Summary:**
|
**Summary:**
|
||||||
|
|
||||||
`security-misc` is in full compliance with KSPP recommendations wherever feasible. However, there are a few cases of partial or non-compliance due to technical limitations.
|
`security-misc` is in full compliance with KSPP recommendations wherever feasible. However,
|
||||||
|
there are a few cases of partial or non-compliance due to technical limitations.
|
||||||
|
|
||||||
* [KSPP Recommended Settings](https://kspp.github.io/Recommended_Settings)
|
* [KSPP Recommended Settings](https://kspp.github.io/Recommended_Settings)
|
||||||
|
|
||||||
**Full compliance:**
|
**Full compliance:**
|
||||||
|
|
||||||
More than 30 kernel boot parameters and over 30 sysctl settings are fully aligned with KSPP's recommendations.
|
More than 30 kernel boot parameters and over 30 sysctl settings are fully aligned with
|
||||||
|
the KSPP's recommendations.
|
||||||
|
|
||||||
**Partial compliance:**
|
**Partial compliance:**
|
||||||
|
|
||||||
|
@ -225,7 +227,8 @@ Completely disables `ptrace()`. Can be enabled easily if needed.
|
||||||
|
|
||||||
2. `sysctl kernel.panic=-1`
|
2. `sysctl kernel.panic=-1`
|
||||||
|
|
||||||
Forces an immediate reboot on kernel panic. This can be enabled, but it may lead to unexpected system crashes.
|
Forces an immediate reboot on kernel panic. This can be enabled, but it may lead to unexpected
|
||||||
|
system crashes.
|
||||||
|
|
||||||
* [security-misc pull request #264](https://github.com/Kicksecure/security-misc/pull/264)
|
* [security-misc pull request #264](https://github.com/Kicksecure/security-misc/pull/264)
|
||||||
* [security-misc pull request #268](https://github.com/Kicksecure/security-misc/pull/268)
|
* [security-misc pull request #268](https://github.com/Kicksecure/security-misc/pull/268)
|
||||||
|
@ -240,7 +243,8 @@ Disables user namespaces entirely. Not recommended due to the potential for wide
|
||||||
|
|
||||||
4. `sysctl fs.binfmt_misc.status=0`
|
4. `sysctl fs.binfmt_misc.status=0`
|
||||||
|
|
||||||
Disables the registration of interpreters for miscellaneous binary formats. Currently not feasible due to compatibility issues with Firefox.
|
Disables the registration of interpreters for miscellaneous binary formats. Currently not
|
||||||
|
feasible due to compatibility issues with Firefox.
|
||||||
|
|
||||||
* [security-misc pull request #249](https://github.com/Kicksecure/security-misc/pull/249)
|
* [security-misc pull request #249](https://github.com/Kicksecure/security-misc/pull/249)
|
||||||
* [security-misc issue #267](https://github.com/Kicksecure/security-misc/issues/267)
|
* [security-misc issue #267](https://github.com/Kicksecure/security-misc/issues/267)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue