Are you a Linux user looking to harden your Docker containers? If so, you'll want to explore Secure Computing Mode (Seccomp) - a Linux kernel feature that can be used to help run Docker in a more secure environment. . It is more like a sandbox environment that not only acts as a firewall for syscalls but also enables you to restrict the actions available within the Docker containers to the host’s Linux kernel. In this guide, you will learn how to run a container with and without the Seccomp profile. . Enhance the security of your Docker containers by implementing Seccomp profiles to restrict syscall operations, thereby reinforcing their safety.. Container Hardening, Seccomp Security, Linux Security. . Brittany Day
Looking for new methods for improving container security? Try using an OCI runtime hook for tracing syscalls prior to building a container. This article explains how this can be done. . Containers run everywhere. They run in the cloud, on IoT devices, in small and big companies, and wherever they run, we want them to do so as securely as possible. In this article, I describe the Google Summer of Code 2019 project that Dan Walsh and I have been working on with a brilliant student, Divyansh Kamboj , and how we improved container security. The tool has further matured in the past year and is planned to be released with Red Hat Enterprise Linux 8.3. More than just one reason to have a closer look! . Boosting container security is vital against rising cyber threats. Implementing seccomp and runtime syscall tracing can enhance security significantly. Container Security, Seccomp, Runtime Hook, Syscall Tracing, Security Practices. . Brittany Day
Get the latest Linux and open source security news straight to your inbox.