tseccomp -> seccomp
This commit is contained in:
Kumiko as a Service 2024-07-10 21:34:46 -04:00 committed by GitHub
parent d545fc5484
commit f2f5379352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,4 +141,4 @@ All the config files are stored at `/var/atlas-probe`. Just backup it.
### Running under Debian 10 ### 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.