Skip to content

Commit b0beb96

Browse files
authored
Merge branch 'master' into dependabot/github_actions/github/codeql-action-4.35.2
2 parents 96c5f9a + a28b677 commit b0beb96

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ manage_users: true
450450

451451
# Misc kernel modules to block and blacklist.
452452
misc_modules_blocklist:
453+
- "algif_aead"
453454
- "bluetooth"
454455
- "bnep"
455456
- "btusb"

meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ argument_specs:
768768
description: "Misc kernel modules to block and blacklist."
769769
type: "list"
770770
elements: "str"
771-
default: "['bluetooth', 'bnep', 'btusb', 'can', 'cpia2', 'firewire-core', 'floppy', 'ksmbd', 'n_hdlc', 'net-pf-31', 'pcspkr', 'soundcore', 'thunderbolt',
771+
default: "['algif_aead', 'bluetooth', 'bnep', 'btusb', 'can', 'cpia2', 'firewire-core', 'floppy', 'ksmbd', 'n_hdlc', 'net-pf-31', 'pcspkr', 'soundcore', 'thunderbolt',
772772
'usb-midi', 'usb-storage', 'uvcvideo', 'v4l2_common']"
773773
net_modules_blocklist:
774774
description: "Network kernel modules to block and blacklist."

0 commit comments

Comments
 (0)