mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-10 09:44:58 -04:00
Merge pull request #23 from madaidan/patch-18
Blacklist more uncommon network protocols
This commit is contained in:
commit
a54500c6f1
2 changed files with 14 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue