]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix comment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 1 Dec 2023 14:53:06 +0000 (15:53 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 1 Dec 2023 18:40:26 +0000 (19:40 +0100)
src/core/exec-invoke.c

index 1e08296b4669ac3317f141d2ed3cf01181cf2137..d4e284d764b5ade333874755c7ec1b4ac3e8de31 100644 (file)
@@ -5117,7 +5117,7 @@ int exec_invoke(
 #endif
 
 #if HAVE_SECCOMP
-                /* 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
                  * by the filter as little as possible. */
                 r = apply_syscall_filter(context, params, needs_ambient_hack);
                 if (r < 0) {