mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-10 12:05:04 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
250919b821
1 changed files with 13 additions and 1 deletions
14
debian/control
vendored
14
debian/control
vendored
|
@ -23,6 +23,8 @@ Description: enhances misc security settings
|
||||||
deactivates thumbnails in Thunar;
|
deactivates thumbnails in Thunar;
|
||||||
deactivates TCP timestamps;
|
deactivates TCP timestamps;
|
||||||
deactivates Netfilter's connection tracking helper;
|
deactivates Netfilter's connection tracking helper;
|
||||||
|
implements some kernel hardening;
|
||||||
|
prevents DMA attacks;
|
||||||
.
|
.
|
||||||
TCP time stamps (RFC 1323) allow for tracking clock
|
TCP time stamps (RFC 1323) allow for tracking clock
|
||||||
information with millisecond resolution. This may or may not allow an
|
information with millisecond resolution. This may or may not allow an
|
||||||
|
@ -59,7 +61,7 @@ Description: enhances misc security settings
|
||||||
the kernel. (!)
|
the kernel. (!)
|
||||||
.
|
.
|
||||||
Hence, this package disables this feature by shipping the
|
Hence, this package disables this feature by shipping the
|
||||||
/etc/sysctl.d/nf_conntrack_helper.conf configuration file.
|
/etc/modprobe.d/30_nf_conntrack_helper_disable.conf configuration file.
|
||||||
.
|
.
|
||||||
Kernel symbols in /proc/kallsyms are hidden to prevent malware from
|
Kernel symbols in /proc/kallsyms are hidden to prevent malware from
|
||||||
reading them and using them to learn more about what to attack on your system.
|
reading them and using them to learn more about what to attack on your system.
|
||||||
|
@ -95,3 +97,13 @@ Description: enhances misc security settings
|
||||||
.
|
.
|
||||||
DCCP, SCTP, TIPC and RDS are blacklisted as they are rarely used and may have
|
DCCP, SCTP, TIPC and RDS are blacklisted as they are rarely used and may have
|
||||||
unknown vulnerabilities.
|
unknown vulnerabilities.
|
||||||
|
.
|
||||||
|
The kernel logs are restricted to root only.
|
||||||
|
.
|
||||||
|
A systemd service clears System.map on boot as these contain kernel symbols that could be useful to an attacker.
|
||||||
|
.
|
||||||
|
The SysRq key is restricted to only allow shutdowns/reboots.
|
||||||
|
.
|
||||||
|
The thunderbolt and firewire modules are blacklisted as they can be used for DMA (Direct Memory Access) attacks.
|
||||||
|
.
|
||||||
|
IOMMU is enabled with a boot parameter to prevent DMA attacks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue