mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-24 17:51:01 -05:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2a893c0562
2
debian/control
vendored
2
debian/control
vendored
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user