We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b33fa commit 86a1ee9Copy full SHA for 86a1ee9
src/core/exec-invoke.c
@@ -5117,7 +5117,7 @@ int exec_invoke(
5117
#endif
5118
5119
#if HAVE_SECCOMP
5120
- /* This really should remain as close to the execve() as possible, to make sure our own code is unaffected
+ /* This really should remain as close to the execve() as possible, to make sure our own code is affected
5121
* by the filter as little as possible. */
5122
r = apply_syscall_filter(context, params, needs_ambient_hack);
5123
if (r < 0) {
0 commit comments