Skip to content

Commit 9b9cce9

Browse files
authored
Merge pull request #35902 from windsonsea/seccyhf
updated /tutorials/security/seccomp.md
2 parents 3620431 + c09bf07 commit 9b9cce9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/en/docs/tutorials/security/seccomp.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,14 @@ run as `Unconfined`.
5656

5757
<!-- steps -->
5858

59-
6059
## Download example seccomp profiles {#download-profiles}
6160

6261
The contents of these profiles will be explored later on, but for now go ahead
6362
and download them into a directory named `profiles/` so that they can be loaded
6463
into the cluster.
6564

6665
{{< tabs name="tab_with_code" >}}
67-
{{{< tab name="audit.json" >}}
66+
{{< tab name="audit.json" >}}
6867
{{< codenew file="pods/security/seccomp/profiles/audit.json" >}}
6968
{{< /tab >}}
7069
{{< tab name="violation.json" >}}
@@ -363,7 +362,7 @@ kubectl delete service audit-pod --wait
363362
kubectl delete pod audit-pod --wait --now
364363
```
365364

366-
## Create Pod with seccomp profile that causes violation
365+
## Create Pod with a seccomp profile that causes violation
367366

368367
For demonstration, apply a profile to the Pod that does not allow for any
369368
syscalls.
@@ -402,7 +401,7 @@ Clean up that Pod before moving to the next section:
402401
kubectl delete pod violation-pod --wait --now
403402
```
404403

405-
## Create Pod with seccomp profile that only allows necessary syscalls
404+
## Create Pod with a seccomp profile that only allows necessary syscalls
406405

407406
If you take a look at the `fine-grained.json` profile, you will notice some of the syscalls
408407
seen in syslog of the first example where the profile set `"defaultAction":

0 commit comments

Comments
 (0)