diff --git a/flatpak.md b/flatpak.md index 0cc1c6a..0823ba5 100644 --- a/flatpak.md +++ b/flatpak.md @@ -12,9 +12,9 @@ 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) (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) +- [portals](AppArmorPortals) +- [namespacing](AppArmorLinuxNamespaces) +- [no_new_privs](no_new_privs) These are explained in more detail below in the [issues](flatpak#issues) section after the basic tutorial on what needs to be done to get AppArmor confinement working without having to understand the issues indepth.