Skip to content

Commit dc716a1

Browse files
committed
Fix two typos.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent f0655b7 commit dc716a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blog/2026-05-10-kernel-root-exploits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ key or to use a tool like kubectl-node-shell with the appropriate
211211
privileges.
212212

213213
```bash
214-
for node in $(kubectl get nodes | grep -v '^NAME' | awk '{print $1;}') do;
214+
for node in $(kubectl get nodes | grep -v '^NAME' | awk '{print $1;}'); do
215215
kubectl node_shell "$node" -- bash -c 'echo -e "# Temporarily disable algif_aead (copy.fail)\ninstall algif_aead /bin/false" > /etc/modprobe.d/disable-aead-copyfail.conf'
216216
kubectl node_shell "$node" -- bash -c 'echo -e "# Temporarily disable esp4, esp6, rxrpc (Dirty Frag)\ninstall esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false" > /etc/modprobe.d/disable-esp46-rxrpc-dirtyfrag.conf'
217217
done

community/tools/zuul.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Note: This needs to be updated!
1919
- the merge-mode which should be used to auto-merge
2020
- the jobs to run in each pipeline (gh_check, gh_gate, gh_post, gh_tag)
2121
- these [pipelines](https://github.com/SovereignCloudStack/zuul-config/blob/main/zuul.d/) are triggered by events
22-
- ihere are [some default jobs](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
22+
- here are [some default jobs](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
2323
- If you have _self-defined_ jobs, you need to create a folder _.playbooks_
2424
- this folder containers ansible playbooks which will be triggered
2525

0 commit comments

Comments
 (0)