From 681ba1f7bf650044f10c8f08107738d99b9b79a1 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Sat, 2 Oct 2021 05:13:05 +0000 Subject: [PATCH] Update flatpak --- flatpak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak.md b/flatpak.md index a437beb..cd9ea30 100644 --- a/flatpak.md +++ b/flatpak.md @@ -5,7 +5,7 @@ When confining flatpak applications there are 4 main issues that must be dealt with. - Indirect start of Applications -- [portals](https://github.com/flatpak/xdg-desktop-portal) and a higher level [summary](https://blogs.gnome.org/mclasen/2018/07/19/flatpak-a-look-behind-the-portal/) +- [portals](https://github.com/flatpak/xdg-desktop-portal) (a higher level [overview](https://blogs.gnome.org/mclasen/2018/07/19/flatpak-a-look-behind-the-portal/) - [namespacing](https://man7.org/linux/man-pages/man7/namespaces.7.html) - [no_new_privs](https://man7.org/linux/man-pages/man2/prctl.2.html)