summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-04-06 16:53:46 +0100
committerGitHub <noreply@github.com>2022-04-06 16:53:46 +0100
commit77d1a77ea20eb2e3fb3ca84a2bbe241d0d454071 (patch)
treee41412a0dc29c4e62b878e8b8cc92adcdd339267
parent34a8c8bc870783611bc1b10f504fcf00f9eaa08e (diff)
parent29d1db4a18b8cb4e652b2c5697405ef28a730582 (diff)
downloadbubblewrap-77d1a77ea20eb2e3fb3ca84a2bbe241d0d454071.tar.gz
Merge pull request #489 from Newbytee/patch-1
Link to the last commit where xdg-app-helper.c existed
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6f84db..d251fbd 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ user namespaces. Emphasis on subset - specifically relevant to the
above CVE, bubblewrap does not allow control over iptables.
The original bubblewrap code existed before user namespaces - it inherits code from
-[xdg-app helper](https://cgit.freedesktop.org/xdg-app/xdg-app/tree/common/xdg-app-helper.c)
+[xdg-app helper](https://cgit.freedesktop.org/xdg-app/xdg-app/tree/common/xdg-app-helper.c?id=4c3bf179e2e4a2a298cd1db1d045adaf3f564532)
which in turn distantly derives from
[linux-user-chroot](https://git.gnome.org/browse/linux-user-chroot).