mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-25 19:55:55 -05:00
blacklist modules with /bin/false rather than /bin/true to fail with error
message rather than failing without notification
This commit is contained in:
parent
8132052ce0
commit
7affddb3bb
@ -1,3 +1,3 @@
|
||||
# Blacklists bluetooth.
|
||||
install bluetooth /bin/true
|
||||
install btusb /bin/true
|
||||
install bluetooth /bin/false
|
||||
install btusb /bin/false
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Blacklist thunderbolt and firewire to prevent some DMA attacks.
|
||||
install firewire-core /bin/true
|
||||
install thunderbolt /bin/true
|
||||
install firewire-core /bin/false
|
||||
install thunderbolt /bin/false
|
||||
|
@ -6,20 +6,20 @@
|
||||
#
|
||||
# > Other distributions like Ubuntu[1] and Fedora[2] already ship a blacklist for various network protocols which aren't much in use by users and have a poor security track record.
|
||||
#
|
||||
install dccp /bin/true
|
||||
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 p8022 /bin/true
|
||||
install dccp /bin/false
|
||||
install sctp /bin/false
|
||||
install rds /bin/false
|
||||
install tipc /bin/false
|
||||
install n-hdlc /bin/false
|
||||
install ax25 /bin/false
|
||||
install netrom /bin/false
|
||||
install x25 /bin/false
|
||||
install rose /bin/false
|
||||
install decnet /bin/false
|
||||
install econet /bin/false
|
||||
install af_802154 /bin/false
|
||||
install ipx /bin/false
|
||||
install appletalk /bin/false
|
||||
install psnap /bin/false
|
||||
install p8023 /bin/false
|
||||
install p8022 /bin/false
|
||||
|
Loading…
x
Reference in New Issue
Block a user