From f2f5379352cb1d096aa93dd9cf6f844ffda0b620 Mon Sep 17 00:00:00 2001 From: Kumiko as a Service Date: Wed, 10 Jul 2024 21:34:46 -0400 Subject: [PATCH] Fix typo tseccomp -> seccomp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1fc2dc..a6f15c6 100644 --- a/README.md +++ b/README.md @@ -141,4 +141,4 @@ All the config files are stored at `/var/atlas-probe`. Just backup it. ### Running under Debian 10 -When the host distro is Debian 10 or similarly old ones, you might need to add `--security-opt tseccomp:unconfined` to the `docker run` command to make things work. We don't recommend using EOL'ed distros. +When the host distro is Debian 10 or similarly old ones, you might need to add `--security-opt seccomp:unconfined` to the `docker run` command to make things work. We don't recommend using EOL'ed distros.