mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-24 16:59:23 -05:00
Merge pull request #75 from flawedworld/patch-1
Blacklist more modules (based on OpenSCAP for RHEL 8)
This commit is contained in:
commit
3684ab585e
@ -44,6 +44,14 @@ install appletalk /bin/false
|
||||
install psnap /bin/false
|
||||
install p8023 /bin/false
|
||||
install p8022 /bin/false
|
||||
install can /bin/false
|
||||
install atm /bin/false
|
||||
|
||||
# Disable uncommon filesystems to reduce attack surface
|
||||
install cramfs /bin/false
|
||||
install vfat /bin/false
|
||||
install squashfs /bin/false
|
||||
install udf /bin/false
|
||||
|
||||
## Blacklists the vivid kernel module as it's only required for
|
||||
## testing and has been the cause of multiple vulnerabilities.
|
||||
|
Loading…
Reference in New Issue
Block a user