diff --git a/linux-unix/privilege-escalation/seccomp.md b/linux-unix/privilege-escalation/seccomp.md index 45ff4b364..db4df0664 100644 --- a/linux-unix/privilege-escalation/seccomp.md +++ b/linux-unix/privilege-escalation/seccomp.md @@ -114,6 +114,6 @@ If you wan to make sure that **some binary doesn't work inside a a docker contai In the following example the **syscalls** of `uname` are discovered: ```bash -ocker run -it --security-opt seccomp=default.json modified-ubuntu strace uname +docker run -it --security-opt seccomp=default.json modified-ubuntu strace uname ```