summaryrefslogtreecommitdiff
path: root/common/flatpak-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/flatpak-run.c')
-rw-r--r--common/flatpak-run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/flatpak-run.c b/common/flatpak-run.c
index 388aef9..fab92fb 100644
--- a/common/flatpak-run.c
+++ b/common/flatpak-run.c
@@ -2440,7 +2440,7 @@ setup_seccomp (GPtrArray *argv_array,
* can do, and we should support code portability between different
* container tools.
*
- * This syscall blacklist is copied from xdg-app, which was in turn
+ * This syscall blacklist is copied from linux-user-chroot, which was in turn
* clearly influenced by the Sandstorm.io blacklist.
*
* If you make any changes here, I suggest sending the changes along
@@ -2454,7 +2454,7 @@ setup_seccomp (GPtrArray *argv_array,
* https://github.com/sandstorm-io/sandstorm
* in src/sandstorm/supervisor.c++
* http://cgit.freedesktop.org/xdg-app/xdg-app/
- * in lib/xdg-app-helper.c
+ * in common/flatpak-run.c
* https://git.gnome.org/browse/linux-user-chroot
* in src/setup-seccomp.c
*