2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 18:17:09 +00:00

Update flatpak

John Johansen 2021-10-02 19:38:30 +00:00
parent f35288abad
commit 492ad46667

@ -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.