mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-06 12:15:50 -05:00
Merge pull request #23 from madaidan/patch-18
Blacklist more uncommon network protocols
This commit is contained in:
commit
a54500c6f1
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.
|
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.
|
may have unknown vulnerabilities.
|
||||||
.
|
.
|
||||||
The kernel logs are restricted to root only.
|
The kernel logs are restricted to root only.
|
||||||
|
@ -4,3 +4,16 @@ install sctp /bin/true
|
|||||||
install rds /bin/true
|
install rds /bin/true
|
||||||
install tipc /bin/true
|
install tipc /bin/true
|
||||||
install n-hdlc /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…
x
Reference in New Issue
Block a user