mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* apparmor: allow to read /proc/self/map_files Accesing this folder is needed for mangohud. Since the info there is basically the same than in /proc/self/maps, but it's easier to access because the program doesn't have to parse it, it should be safe. * Add "owner" modifier * Add comment explaining security details Added a comment explaining why it is secure to allow to access this folder. * Fixed comment.