Merge remote-tracking branch 'origin/master'

This commit is contained in:
Patrick Schleizer 2019-07-11 06:50:35 +00:00
commit 2a893c0562
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48
3 changed files with 14 additions and 1 deletions

2
debian/control vendored
View File

@ -97,7 +97,7 @@ Description: enhances misc security settings
.
All mitigations for the MDS vulnerability are enabled.
.
DCCP, SCTP, TIPC, RDS and HDLC are blacklisted as they are rarely used and
Uncommon network protocols are blacklisted as they are rarely used and
may have unknown vulnerabilities.
.
The kernel logs are restricted to root only.

View File

@ -4,3 +4,16 @@ install sctp /bin/true
install rds /bin/true
install tipc /bin/true
install n-hdlc /bin/true
install ax25 /bin/true
install netrom /bin/true
install x25 /bin/true
install rose /bin/true
install decnet /bin/true
install econet /bin/true
install af_802154 /bin/true
install ipx /bin/true
install appletalk /bin/true
install psnap /bin/true
install p8023 /bin/true
install llc /bin/true
install p8022 /bin/true