From ec396dceee4c5535668eeabd0263f378e04d70e1 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Sat, 2 Oct 2021 19:35:50 +0000 Subject: [PATCH] Update flatpak --- flatpak.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flatpak.md b/flatpak.md index cd9ea30..0cc1c6a 100644 --- a/flatpak.md +++ b/flatpak.md @@ -1,3 +1,10 @@ +# Related Documentation +- [Flatpak](flatpak) +- [Portals](AppArmorPortals) +- [Bubblewarp](bubblewrap) +- [Linux Namespaces](AppArmorLinuxNamespaces) +- [no_new_privs](no_new_privs) + # Introduction [Flatpak](https://docs.flatpak.org/en/latest/index.html) uses bubblewrap to sandbox its applications. Unfortunately bubblewrap causes several problems for AppArmor and makes use of AppArmor with flatpaks more difficult than regular applications.