mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-21 22:28:09 -05:00
spelling: running
This commit is contained in:
@@ -2691,7 +2691,7 @@ setup_seccomp (GPtrArray *argv_array,
|
||||
native one. This is not ideal, because we'd like to only
|
||||
allow the target arch, but we can't really disallow the
|
||||
native arch at this point, because then bubblewrap
|
||||
couldn't continue runnning. */
|
||||
couldn't continue running. */
|
||||
r = seccomp_arch_add (seccomp, arch_id);
|
||||
if (r < 0 && r != -EEXIST)
|
||||
return flatpak_fail (error, "Failed to add architecture to seccomp filter");
|
||||
|
||||
Reference in New Issue
Block a user