Scalability of progressive Seccomp filter development
Determine whether the progressive, iterative method of building Seccomp filters—incrementally adding a few rules at a time, running the application, and refining the filter—remains effective and practical for larger, more complex Linux applications.
References
The developers seemed to prefer to work in a progressive way and add a few rules at a time, run their program, and refine it later. Whether this approach would work for a larger program is uncertain.
— Playing in the Sandbox: A Study on the Usability of Seccomp
(2506.10234 - Alhindi et al., 11 Jun 2025) in Results > Efficiency > Assuming mistakes