Skip to content

Commit

Permalink
core: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Dec 1, 2023
1 parent b3b33fa commit 86a1ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/exec-invoke.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 86a1ee9

Please sign in to comment.