Skip to content

WIP: Load and print permissions required by flatpak

Suhaas Joshi requested to merge jsuhaas/discover:printperm2 into master

The flatpak's metadata file is loaded into a QString. To determine if the flatpak requires a permission, the QString is searched. All permissions found are loaded into a multimap container. The contents of this container is then printed onto the console. This is in preparation of listing these permissions in GUI.

Edited by Aleix Pol Gonzalez

Merge request reports