mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 19:54:52 -04:00
merge
This commit is contained in:
parent
535c258b83
commit
1ff51ee061
1 changed files with 11 additions and 1 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -56,7 +56,9 @@ Description: enhances misc security settings
|
|||
* Slab merging is disabled as sometimes a slab can be used in a vulnerable
|
||||
way which an attacker can exploit.
|
||||
.
|
||||
* Sanity checks, redzoning, and memory poisoning are enabled.
|
||||
* Sanity checks and redzoning are enabled.
|
||||
.
|
||||
* Memory zeroing at allocation and free time is enabled.
|
||||
.
|
||||
* Machine checks (MCE) are disabled which makes the kernel panic
|
||||
on uncorrectable errors in ECC memory that could be exploited.
|
||||
|
@ -106,6 +108,14 @@ Description: enhances misc security settings
|
|||
.
|
||||
* The MSR kernel module is blacklisted to prevent CPU MSRs from being
|
||||
abused to write to arbitrary memory.
|
||||
.
|
||||
* Vsyscalls are disabled as they are obsolete, are at fixed addresses and are
|
||||
a target for ROP.
|
||||
.
|
||||
* Page allocator freelist randomization is enabled.
|
||||
.
|
||||
* Kernel lockdown is enabled.
|
||||
.
|
||||
.
|
||||
Improve Entropy Collection
|
||||
.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue