summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNewbyte <newbie13xd@gmail.com>2022-03-23 20:34:41 +0100
committerNewbyte <newbie13xd@gmail.com>2022-03-23 20:35:54 +0100
commit29d1db4a18b8cb4e652b2c5697405ef28a730582 (patch)
treee41412a0dc29c4e62b878e8b8cc92adcdd339267
parent34a8c8bc870783611bc1b10f504fcf00f9eaa08e (diff)
downloadbubblewrap-29d1db4a18b8cb4e652b2c5697405ef28a730582.tar.gz
Link to the last commit where xdg-app-helper.c existed
Right now this link just opens a "path not found" page, so let's fix that by linking to the last commit where it existed instead. Signed-off-by: Newbyte <newbie13xd@gmail.com>
-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).