Media Summary: Presented at the Core C++ 2023 conference. Control groups (cgroups) allow us to limit and measure the resources used by groups of process. They are one of the fundamental ... Using Seccomp to Limit the Kernel Attack Surface -
Michael Kerrisk Understanding Linux User - Detailed Analysis & Overview
Presented at the Core C++ 2023 conference. Control groups (cgroups) allow us to limit and measure the resources used by groups of process. They are one of the fundamental ... Using Seccomp to Limit the Kernel Attack Surface - This talk was recorded at NDC Security in Oslo, Norway. ... Continuing on from "An introduction to control groups (cgroups) version 2", this presentation takes a look at some of the more ... Strace is a tool for monitoring the "system-call conversation" that takes place between applications and the
Seccomp (secure computing) is a means to limit the system calls a program may make to the